make layout borders more pronunced

This commit is contained in:
jeffvli
2025-11-29 20:14:13 -08:00
parent 297db71850
commit 981e250d8c
3 changed files with 3 additions and 3 deletions
@@ -7,7 +7,7 @@
min-height: 0;
overflow: hidden;
background: var(--theme-colors-background-alternate);
border-left: 1px solid alpha(var(--theme-colors-border), 0.3);
border-left: 1px solid alpha(var(--theme-colors-border), 0.5);
.current-song-cell:not(.current-playlist-song-cell) svg {
display: none;