aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-04-10 19:39:29 +0200
committerGravatar Leon Sandøy <[email protected]>2018-04-10 19:39:29 +0200
commitdd6835dfd6a7f8fb6baea76a0cddd8289e43130f (patch)
treee433366cf41977d0a9aa554721a649a15cfb355d /static/style.css
parentForces the sidebar and the rest of that container div to fill the page (diff)
Flash of Unstyled Content fix
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 9900a817..5c63f106 100644
--- a/static/style.css
+++ b/static/style.css
@@ -107,4 +107,15 @@ footer div.uk-section div.uk-text-center {
.uk-button-darkish:hover {
background: rgba(0, 0, 0, 0.22);
+}
+
+/* Flash of Unstyled Content fixes */
+.prevent_fouc {
+ display: none;
+}
+
+div.navbar-padding {
+ padding-left: 40px;
+ padding-right: 40px;
+ box-sizing: content-box;
} \ No newline at end of file