From c17b18b21f30223f44c9127a0f4749e39b092a42 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 30 Dec 2022 19:15:50 +0200 Subject: [PATCH] minor cosmetic fix --- files/assets/css/header.css | 9 +++++++++ files/assets/css/main.css | 7 ------- files/templates/header.html | 2 ++ 3 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 files/assets/css/header.css diff --git a/files/assets/css/header.css b/files/assets/css/header.css new file mode 100644 index 000000000..1bc7cf11c --- /dev/null +++ b/files/assets/css/header.css @@ -0,0 +1,9 @@ +body { + padding-top: 83px !important +} + +@media (max-width: 767.98px) { + body { + padding-top: 63px !important + } +} diff --git a/files/assets/css/main.css b/files/assets/css/main.css index e4c9a7892..156d41538 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6475,13 +6475,6 @@ body *::-webkit-scrollbar { cursor: default !important; } -body {padding-top: 83px !important} -@media (max-width: 767.98px) { - body { - padding-top: 63px !important - } -} - .comment { margin-top: 0.3rem; } diff --git a/files/templates/header.html b/files/templates/header.html index c2dbcc7ec..398e2eb3d 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -335,3 +335,5 @@ {%- endif %} + +