mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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. https://bugzilla.gnome.org/show_bug.cgi?id=756491
This commit is contained in:
parent
ee8fd1e613
commit
3ecdfaffd2
8 changed files with 318 additions and 2 deletions
|
|
@ -849,6 +849,20 @@ StScrollBar {
|
|||
padding: 8px;
|
||||
font-size: .9em; }
|
||||
|
||||
.message-media-control {
|
||||
padding: 6px; }
|
||||
.message-media-control:last-child:ltr {
|
||||
padding-right: 18px; }
|
||||
.message-media-control:last-child:rtl {
|
||||
padding-left: 18px; }
|
||||
|
||||
.media-message-cover-icon {
|
||||
icon-size: 32px; }
|
||||
.media-message-cover-icon.fallback {
|
||||
icon-size: 16px;
|
||||
padding: 8px;
|
||||
border: 1px solid black; }
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
icon-size: 20px;
|
||||
padding: 0 2px; }
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 9fb3918831459cd002f3d621494cf5eac70fe46a
|
||||
Subproject commit 7e13533ab5280fd1370b3e9a7b8ba57a049cfb29
|
||||
|
|
@ -849,6 +849,20 @@ StScrollBar {
|
|||
padding: 8px;
|
||||
font-size: .9em; }
|
||||
|
||||
.message-media-control {
|
||||
padding: 6px; }
|
||||
.message-media-control:last-child:ltr {
|
||||
padding-right: 18px; }
|
||||
.message-media-control:last-child:rtl {
|
||||
padding-left: 18px; }
|
||||
|
||||
.media-message-cover-icon {
|
||||
icon-size: 32px; }
|
||||
.media-message-cover-icon.fallback {
|
||||
icon-size: 16px;
|
||||
padding: 8px;
|
||||
border: 1px solid #1c1f1f; }
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
icon-size: 20px;
|
||||
padding: 0 2px; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue