frontend/design: move border from channelview to sidebar

This commit is contained in:
hippoz 2022-04-17 21:32:11 +03:00
parent fea7d24166
commit 59145c3dc2
Signed by: hippoz
GPG key ID: 7C52899193467641
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,6 @@
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
height: 100%; height: 100%;
border-left: 1px solid var(--background-color-2);
} }
.top-bar { .top-bar {

View file

@ -21,6 +21,7 @@
max-width: 255px; max-width: 255px;
padding: var(--space-sm); padding: var(--space-sm);
background-color: var(--background-color-1); background-color: var(--background-color-1);
border-right: 1px solid var(--background-color-2);
} }
.sidebar-button { .sidebar-button {