We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d956e commit 526b738Copy full SHA for 526b738
play.css
@@ -3771,16 +3771,17 @@ form .uiTheme {
3771
place-items: end;
3772
}
3773
3774
+/* Collapse tabs into horizontal strip */
3775
@media only screen and (orientation: portrait), only screen and (height < 768px) {
3776
#badgeGameTabs, #badgeCategoryTabs {
3777
flex-wrap: nowrap;
- min-height: 38px;
3778
+ min-height: 3.1rem;
3779
overflow-x: scroll;
3780
white-space: nowrap;
3781
3782
3783
#badgeCategoryTabs {
- min-height: 20px;
3784
+ min-height: 2.2rem;
3785
3786
3787
/* https://stackoverflow.com/questions/11387805/media-query-to-detect-if-device-is-touchscreen */
0 commit comments