From d44d9ad40da3f376ec6362495500cfe0db0e90eb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 5 Aug 2020 08:45:46 -0400 Subject: [PATCH] Adwaita: Reduce the solid csd borders Reduce the borders we draw ourselves for solid csd to 1 pixel. It still doesn't look great, but at least it doesn't look outright broken. Fixes: #2997 --- gtk/theme/Adwaita/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 270784bb5d..b33455d539 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -3783,7 +3783,7 @@ window { &.solid-csd { margin: 0; padding: 0; - border: solid 14px $borders_color; + border: solid 1px $borders_color; border-radius: 0; box-shadow: inset 0 0 0 3px $headerbar_color, inset 0 1px $top_hilight;