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;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-left: 1px solid var(--background-color-2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-bar {
|
.top-bar {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue