teleport bread
This commit is contained in:
parent
4a068483ed
commit
6a319154d9
7 changed files with 90 additions and 76 deletions
10
src/App.scss
10
src/App.scss
|
@ -64,10 +64,10 @@ nav {
|
|||
|
||||
#sidebar {
|
||||
grid-area: sidebar;
|
||||
}
|
||||
|
||||
@media all and (max-width: 800px) {
|
||||
display: none;
|
||||
}
|
||||
#notifs-column {
|
||||
grid-area: notifs;
|
||||
}
|
||||
|
||||
#main-scroller {
|
||||
|
@ -177,6 +177,10 @@ nav {
|
|||
.underlay {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue