Add navigation bar to sticker board
This commit is contained in:
parent
3c1cc59d59
commit
1da3d252e8
4 changed files with 87 additions and 41 deletions
|
|
@ -5,6 +5,22 @@
|
|||
--sticker-board-width: 286px;
|
||||
display: flex;
|
||||
height: var(--sticker-board-height);
|
||||
display: flex;
|
||||
|
||||
& > .scrollbar {
|
||||
width: initial;
|
||||
height: var(--sticker-board-height);
|
||||
}
|
||||
|
||||
&__sidebar {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100%;
|
||||
padding: 4px 6px;
|
||||
|
||||
background-color: var(--bg-surface-low);
|
||||
@include dir.side(border, none, 1px solid var(--bg-surface-border));
|
||||
}
|
||||
|
||||
&__container {
|
||||
flex-grow: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue