mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 07:29:51 +01:00
Fix odd border around gtk apps on i3
This commit is contained in:
@@ -4628,7 +4628,7 @@ decoration {
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(238, 238, 238, 0); }
|
||||
.solid-csd decoration {
|
||||
border-radius: 0;
|
||||
margin: 4px;
|
||||
margin: 0px;
|
||||
background-color: #161925;
|
||||
border: solid 1px rgba(91, 93, 102, 0.19);
|
||||
box-shadow: none; }
|
||||
|
||||
@@ -4652,7 +4652,7 @@ decoration {
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); }
|
||||
.solid-csd decoration {
|
||||
border-radius: 0;
|
||||
margin: 4px;
|
||||
margin: 0px;
|
||||
background-color: #e6e6e6;
|
||||
border: solid 1px rgba(142, 142, 142, 0.217);
|
||||
box-shadow: none; }
|
||||
|
||||
@@ -58,7 +58,7 @@ decoration {
|
||||
|
||||
.solid-csd & {
|
||||
border-radius: 0;
|
||||
margin: 4px;
|
||||
margin: 0px;
|
||||
background-color: $backdrop_bg_color;
|
||||
border: solid 1px $backdrop_borders_color;
|
||||
box-shadow: none;
|
||||
|
||||
Reference in New Issue
Block a user