From 4b94ba7ae03317e1dee75d637f7355f49c1f2086 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sun, 29 Jan 2023 00:44:53 +0100 Subject: fixed weird looking margin/padding in settings --- src/app/css/popups.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/app/css') diff --git a/src/app/css/popups.css b/src/app/css/popups.css index 70a39a6..8f47d0a 100644 --- a/src/app/css/popups.css +++ b/src/app/css/popups.css @@ -203,6 +203,12 @@ .title { display: flex; + margin-top: calc(var(--padding) * 2); + margin-bottom: calc(var(--padding) / 2); +} + +.title:first-child { + margin-top: 0px; } .title img { @@ -212,6 +218,7 @@ } .title h2 { + margin: 0px; margin-left: calc(var(--padding) / 3); } -- cgit v1.2.3