From 307f7f8f37285287b7d846fd4c1cb613306ab50c Mon Sep 17 00:00:00 2001 From: xemeds Date: Thu, 20 Aug 2020 10:17:01 +0300 Subject: [PATCH] Fixed some mobile styling bugs --- tiny0/static/style.css | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/tiny0/static/style.css b/tiny0/static/style.css index fb1ee8d..b768505 100644 --- a/tiny0/static/style.css +++ b/tiny0/static/style.css @@ -39,6 +39,7 @@ body { } .url-form { + position: relative; z-index: 100; background-color: #2c2c2c; border-radius: 8px; @@ -96,10 +97,6 @@ body { } .donation { - position: absolute; - left: 0; - right: 0; - z-index: 100; color: #ffffff; list-style: none; text-align: center; @@ -121,7 +118,6 @@ body { .donation-bitcoin { font-size: 16px; font-weight: bold; - margin-bottom: 4vh; } .donation a:link { @@ -138,20 +134,20 @@ body { } .page-container { - position: relative; - min-height: 100vh; + position: relative; + min-height: 100vh; } .content-wrap { - padding-bottom: 2.5rem; + padding-bottom: 2.5rem; } footer { - position: absolute; - bottom: 0; - width: 100%; - height: 2.5rem; - margin-bottom: 5vh; + position: absolute; + bottom: 0; + width: 100%; + height: 2.5rem; + margin-bottom: 5vh; } .footer-list {