From a2faf4183d41cf09730f80b30dbeea9a2d6b9ef7 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sat, 8 Feb 2020 11:45:00 -0600 Subject: [PATCH] Fix big padding on shell notification button --- gnome-shell/_common.scss | 2 +- gnome-shell/gnome-shell.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index 63840ec..7f7b989 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -1619,7 +1619,7 @@ StScrollBar { spacing: 1px; } .notification-button { - padding: 4px 4px 5px; + padding: 0px; background-color: transparentize($bg_color, 0.1); &:first-child { border-radius: 0 0 0 3px; } &:last-child { border-radius: 0 0 3px 0; } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 4be419c..fa3f6e1 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -1506,7 +1506,7 @@ StScrollBar { padding-top: 2px; spacing: 1px; } .notification-banner .notification-button { - padding: 4px 4px 5px; + padding: 0px; background-color: rgba(16, 16, 19, 0.9); } .notification-banner .notification-button:first-child { border-radius: 0 0 0 3px; }