mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
media section touch ups
- make the missing album art more subtle. Negative space asked for sizing the box slightly larger. Don't hate me for using border-width for it ;)
This commit is contained in:
parent
77eb8f98c0
commit
02cdc065e7
3 changed files with 11 additions and 5 deletions
|
|
@ -859,9 +859,12 @@ StScrollBar {
|
|||
.media-message-cover-icon {
|
||||
icon-size: 32px; }
|
||||
.media-message-cover-icon.fallback {
|
||||
color: #1a1a1a;
|
||||
background-color: #000;
|
||||
border: 2px solid #000;
|
||||
border-radius: 2px;
|
||||
icon-size: 16px;
|
||||
padding: 8px;
|
||||
border: 1px solid black; }
|
||||
padding: 8px; }
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
icon-size: 20px;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 7e13533ab5280fd1370b3e9a7b8ba57a049cfb29
|
||||
Subproject commit d8194e25bd9bb67399e90d6a7e10fc559e58114d
|
||||
|
|
@ -859,9 +859,12 @@ StScrollBar {
|
|||
.media-message-cover-icon {
|
||||
icon-size: 32px; }
|
||||
.media-message-cover-icon.fallback {
|
||||
color: #515a5a;
|
||||
background-color: #393f3f;
|
||||
border: 2px solid #393f3f;
|
||||
border-radius: 2px;
|
||||
icon-size: 16px;
|
||||
padding: 8px;
|
||||
border: 1px solid #1c1f1f; }
|
||||
padding: 8px; }
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
icon-size: 20px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue