mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-21 18:31:24 +02:00
Fix CSS issues on mobile due to order of declarations
This commit is contained in:
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user