summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2020-11-22 15:27:35 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2020-11-26 00:32:53 +0500
commitb1228172bc83777d1f8039b1e0e492ff63dea0eb (patch)
treeb7dfe8810e84e591bcf0fbb500a1b632e404211d
parent9d2ca90b4cfc7522121f6581dc8ed9655cf3a4e4 (diff)
downloadgtk+-wip/exalm/separator.tar.gz
theme: Force 0 padding on separator.sidebarwip/exalm/separator
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3385
-rw-r--r--gtk/theme/Adwaita/_common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index ad3b06788d..4fe3a06c79 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3583,6 +3583,7 @@ stacksidebar {
separator.sidebar {
background-color: $borders_color;
+ padding: 0;
}