We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d560eb9 commit 6125ba2Copy full SHA for 6125ba2
1 file changed
app/javascript/styles/mastodon/components.scss
@@ -10379,6 +10379,10 @@ noscript {
10379
display: flex;
10380
flex-direction: column;
10381
gap: 4px;
10382
+
10383
+ @media (max-width: #{$mobile-menu-breakpoint - 1}) {
10384
+ bottom: calc(20px + var(--mobile-bottom-nav-height));
10385
+ }
10386
}
10387
10388
.notification-bar {
0 commit comments