1
0
Fork 1
forked from fedi/mastodon

fix mobile profile trends

This commit is contained in:
talon 2022-11-24 21:20:14 -07:00
parent f20e9765c4
commit 44ca70026f

View file

@ -28,7 +28,6 @@
color: $white;
}
@media screen and (max-width: $no-gap-breakpoint - 1px) {
.ui__header .navigation-panel {
height: auto;
@ -42,12 +41,11 @@
.navigation-panel .column-link {
width: 10px;
}
.columns-area__panels__pane--navigational {
display: none;
}
.columns-area__panels__main {
width: 100%;
}
.columns-area__panels__pane--navigational,
.getting-started__trends,
.navigation-panel__sign-in-banner {
display: none;
}