style: add responsive CSS tweaks for very narrow screens, mobile fullscreen windows, and safe-area toast positioning
This commit is contained in:
@@ -416,6 +416,19 @@
|
||||
padding-left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.feed-nav {
|
||||
gap: 0.125rem;
|
||||
overflow-x: auto;
|
||||
flex-wrap: nowrap;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.feed-nav-btn {
|
||||
padding: 0.25rem 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.leaderboard-page {
|
||||
|
||||
Reference in New Issue
Block a user