mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
make layout borders more pronunced
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
.container {
|
.container {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-top: var(--theme-colors-border);
|
border-top: 1px solid alpha(var(--theme-colors-border), 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls-grid {
|
.controls-grid {
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
grid-area: sidebar;
|
grid-area: sidebar;
|
||||||
background: var(--theme-colors-background-alternate);
|
background: var(--theme-colors-background-alternate);
|
||||||
border-right: 1px solid alpha(var(--theme-colors-border), 0.3);
|
border-right: 1px solid alpha(var(--theme-colors-border), 0.5);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
min-height: 0;
|
min-height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: var(--theme-colors-background-alternate);
|
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 {
|
.current-song-cell:not(.current-playlist-song-cell) svg {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user