summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-04 14:33:11 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-04 14:33:11 -0500
commit04b59e1a3e13f1a2af8d45846a5a4884f3cfa5df (patch)
tree30e82c81d3af1fd2ec6f880667a5b7ff111c0f5e /web/sass-files/sass/partials
parentd1b1148ea8a0290a66ef7c75d1910c2558fa6186 (diff)
downloadchat-04b59e1a3e13f1a2af8d45846a5a4884f3cfa5df.tar.gz
chat-04b59e1a3e13f1a2af8d45846a5a4884f3cfa5df.tar.bz2
chat-04b59e1a3e13f1a2af8d45846a5a4884f3cfa5df.zip
Moved Join button to right side of MoreChannels modal
Diffstat (limited to 'web/sass-files/sass/partials')
-rw-r--r--web/sass-files/sass/partials/_modal.scss20
1 files changed, 16 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index ca83c77da..12cd065da 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -23,17 +23,29 @@
border-radius: 50px;
margin-right: 8px;
}
+ .more-row {
+ display: flex;
+
+ .more-details {
+ flex-grow: 1;
+ flex-shrink: 1;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+ .more-actions {
+ flex-grow: 0;
+ flex-shrink: 0;
+ }
+ }
.more-name {
font-weight: 600;
font-size: 0.95em;
- overflow: hidden;
- text-overflow: ellipsis;
+ white-space: nowrap;
}
.more-description {
@include opacity(0.7);
display: block;
- overflow: hidden;
- text-overflow: ellipsis;
+ white-space: nowrap;
}
tbody {
> tr {