1
0
mirror of https://github.com/glanceapp/glance.git synced 2025-07-14 21:45:12 +02:00

Fix CSS issues on mobile due to order of declarations

This commit is contained in:
Svilen Markov
2025-03-21 14:04:43 +00:00
parent 0680c5ff9c
commit 97b52792ef

@ -57,8 +57,10 @@
--font-size-h6: 1.1rem; --font-size-h6: 1.1rem;
} }
/* Do not change the order of the below imports unless you know what you're doing */
@import "site.css"; @import "site.css";
@import "widgets.css"; @import "widgets.css";
@import "popover.css"; @import "popover.css";
@import "mobile.css";
@import "utils.css"; @import "utils.css";
@import "mobile.css";