summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2016-02-15 18:59:00 +0100
committerFlorian Müllner <fmuellner@gnome.org>2016-02-17 01:50:35 +0100
commit7e13533ab5280fd1370b3e9a7b8ba57a049cfb29 (patch)
tree0a71838e64e89be2930cbd04d17d5ea7df8e720d
parent9fb3918831459cd002f3d621494cf5eac70fe46a (diff)
downloadgnome-shell-sass-7e13533ab5280fd1370b3e9a7b8ba57a049cfb29.tar.gz
calendar: Add Media section
We lost media controls outside of notification banners when implementing the new notification designs. Reimplement this functionality as a dedicated "Media" section in the message list based on MPRIS.
-rw-r--r--_common.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/_common.scss b/_common.scss
index 9e70b66..8498851 100644
--- a/_common.scss
+++ b/_common.scss
@@ -972,6 +972,21 @@ StScrollBar {
font-size: .9em;
}
+ .message-media-control {
+ padding: 6px;
+
+ &:last-child:ltr { padding-right: 18px; }
+ &:last-child:rtl { padding-left: 18px; }
+ }
+
+ .media-message-cover-icon {
+ icon-size: 32px;
+ &.fallback {
+ icon-size: 16px;
+ padding: 8px;
+ border: 1px solid $borders_color; }
+ }
+
// a little unstructured mess: