summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2015-02-20 16:44:08 +0100
committerFlorian Müllner <fmuellner@gnome.org>2015-03-17 16:05:21 +0100
commit0c60ff062b7132f421674d2944cd0bc519ecbe95 (patch)
treecccc9ab73f3afa6198b612c4686bf6d14420864a
parenta84637bf55bca3b515bc5602cf02ec48b8450dfd (diff)
downloadgnome-shell-sass-0c60ff062b7132f421674d2944cd0bc519ecbe95.tar.gz
telepathyClient: Provide a custom banner implementation
Since we stopped special-casing chat notifications to use the old notification actor, we need to provide a notification banner to maintain the inline chat functionality, so split out the UI from the existing ChatNotification class. https://bugzilla.gnome.org/show_bug.cgi?id=746343
-rw-r--r--_common.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/_common.scss b/_common.scss
index ce5996e..68c3681 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1394,8 +1394,10 @@ StScrollBar {
.secondary-icon { icon-size: 1.09em; }
//chat bubbles
+ .chat-body { spacing: 5px; }
+ .chat-response { margin: 5px; }
.chat-log-message { color: darken($fg_color,10%); }
- .chat-empty-line { font-size: 4px; }
+ .chat-new-group { padding-top: 1em; }
.chat-received {
padding-left: 4px;
&:rtl { padding-left: 0px; padding-right: 4px; }
@@ -1412,7 +1414,6 @@ StScrollBar {
color: darken($fg_color,20%);
&:rtl { padding-left: 0; padding-right: 4px; }
}
- .chat-notification-scrollview { max-height: 22em; }
//hotplug
.hotplug-transient-box {