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
This commit is contained in:
Matthias Clasen
2020-08-05 08:45:46 -04:00
parent 8870ec5e7b
commit d44d9ad40d

View File

@@ -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;