larger elements on mobile
Massimo Melina committed
Jan 7, 2022 at 15:43 UTC
f91a3bc291f003ce3e5b8b58cd360e548766c432
2 files changed
+8
-1
frontend/src/dialog.css
+6
@@ -58,3 +58,9 @@
58
.dialog-alert-error {
59
--color: #822;
60
}
61
+
62
+@media (max-width: 50em) {
63
+ .dialog-closer {
64
+ font-size: 120%
65
+ }
66
+}
frontend/src/index.scss
+2
-1
@@ -169,7 +169,8 @@ button label {
169
}
170
171
@media (max-width: 50em) {
172
- #menu-bar button:nth-child(1n+2) label { display: none } /* icons only */
172
+ body { font-size: 120%; }
173
+ #menu-bar button label { display: none } /* icons only */
174
.breadcrumb .icon {
175
font-size:24px;
176
}