diff options
| author | 2018-04-10 19:39:29 +0200 | |
|---|---|---|
| committer | 2018-04-10 19:39:29 +0200 | |
| commit | dd6835dfd6a7f8fb6baea76a0cddd8289e43130f (patch) | |
| tree | e433366cf41977d0a9aa554721a649a15cfb355d /static/style.css | |
| parent | Forces 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.css | 11 |
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 |