From 21d2dc52c27b4888c81d2a223f7162e88a970be9 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 17 Jan 2021 21:15:53 +0100 Subject: [PATCH] Remove spacing from the homepage Those spaces where added back via Tailwind. --- css/mobile.css | 5 ----- index.css | 2 -- 2 files changed, 7 deletions(-) diff --git a/css/mobile.css b/css/mobile.css index 75773a7..069e7a9 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -95,11 +95,6 @@ Contains tweaks for small screens width: calc(100vw - 5px); } - #topleft-tools { - padding: 0.2em !important; - padding-top: 0.3em !important; - } - #userbadge { margin-bottom: 0.3em; } diff --git a/index.css b/index.css index e096803..1b3c87d 100644 --- a/index.css +++ b/index.css @@ -304,8 +304,6 @@ a { z-index: 5000; transition: all 500ms linear; pointer-events: none; - /* Shadow offset */ - padding: 0.5em 10px 0 0.5em; } .welcomeMessage {