1
0
Fork 1
forked from fedi/mastodon
This commit is contained in:
talon 2022-11-22 15:59:19 -07:00
parent 55ee0453b1
commit 6f30e0d662

View file

@ -29,20 +29,20 @@
}
@media screen and (max-width: $no-gap-breakpoint - 285px - 1px) {
.ui__header > .navigation-panel {
@media screen and (max-width: $no-gap-breakpoint - 1px) {
.ui__header .navigation-panel {
height: auto;
margin: 0;
flex-direction: row;
align-items: center;
}
.ui__header > .navigation-panel__legal {
.navigation-panel .navigation-panel__legal {
display: flex;
}
.columns-area__panels__pane--navigational {
display: none;
}
.columns-area__panels__pane--main {
.columns-area__panels__pane__main {
width: 100%;
}
}