frontend/design: move border from channelview to sidebar
This commit is contained in:
parent
fea7d24166
commit
59145c3dc2
2 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
|||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-left: 1px solid var(--background-color-2);
|
||||
}
|
||||
|
||||
.top-bar {
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
max-width: 255px;
|
||||
padding: var(--space-sm);
|
||||
background-color: var(--background-color-1);
|
||||
border-right: 1px solid var(--background-color-2);
|
||||
}
|
||||
|
||||
.sidebar-button {
|
||||
|
|
Loading…
Reference in a new issue