diff --git a/res/static/style/layout.css b/res/static/style/layout.css index 9190e05..d7dd499 100644 --- a/res/static/style/layout.css +++ b/res/static/style/layout.css @@ -51,9 +51,9 @@ } /* Page rendering configuration */ - -html{height: 100%;} - +html, body { + overflow: hidden; +} body{ background-color: #0d0d0d; /* Fallback */ background-color: var(--body_color); @@ -61,14 +61,19 @@ body{ font-family: 'Ubuntu'; margin: 0; line-height: 1.5em; - overflow-x: hidden; color: #bfbfbf; /* Fallback */ color: var(--text_color); - box-sizing: border-box; padding: 0; } /* Page layout elements */ +.page_wrapper { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; +} .button_toggle_navigation { position: absolute; @@ -87,8 +92,7 @@ body{ position: absolute; z-index: 100; width: 250px; - top: 0; - bottom: 0; + height: 100%; left: 0; float: left; background-color: var(--layer_1_color); diff --git a/res/template/fragments/meta_tags.html b/res/template/fragments/meta_tags.html index d984b93..007876c 100644 --- a/res/template/fragments/meta_tags.html +++ b/res/template/fragments/meta_tags.html @@ -1,7 +1,7 @@ {{define "meta_tags"}} {{.}} ~ PixelDrain - + diff --git a/res/template/fragments/page_wrap.html b/res/template/fragments/page_wrap.html index b27cfcb..7202188 100644 --- a/res/template/fragments/page_wrap.html +++ b/res/template/fragments/page_wrap.html @@ -1,35 +1,36 @@ {{define "page_top"}} - - -
+
+ + +
{{end}} {{define "page_bottom"}} -
- Pixeldrain is a product by Fornaxian Technologies | - Twitter: @Fornax96 - Reddit: /r/pixeldrain - Medium: Pixeldrain -
-
- +
+ Pixeldrain is a product by Fornaxian Technologies | + Twitter: @Fornax96 + Reddit: /r/pixeldrain + Medium: Pixeldrain +
+
+