Skip to content

Commit 264d5ff

Browse files
author
pixza Yaoita
committed
fix left border again while using thin border-width (spotify-tui and tokyo-night)
1 parent f45eea0 commit 264d5ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
240240
}
241241
}
242242

243-
/* fix double left border at friends' activity now lane*/
243+
/* fix double left border at friends' activity now lane */
244244
.scroller_bf550a {
245-
margin-left: -1px;
245+
border-left: 0px solid var(--background-modifier-accent);
246246
}
247247

248248
/*"ReadAllNotifications" button*/

0 commit comments

Comments
 (0)