[gnome-shell-sass] calendar: Add Media section



commit 7e13533ab5280fd1370b3e9a7b8ba57a049cfb29
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Feb 15 18:59:00 2016 +0100

    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.

 _common.scss |   15 +++++++++++++++
 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:
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]