1
0
Fork 1
forked from fedi/mastodon

fix sign_in banner on mobile

This commit is contained in:
talon 2022-11-24 17:41:39 -07:00
parent 6c97b4c739
commit f20e9765c4

View file

@ -48,4 +48,7 @@
.columns-area__panels__main {
width: 100%;
}
.navigation-panel__sign-in-banner {
display: none;
}
}