From 2578803a785baea60ef452a8823d6759d0068a6d Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Thu, 12 Oct 2023 02:53:51 +0200 Subject: [PATCH] Fix header button margin on ltr languages --- public/styles.css | 7 ++++--- public_included_ws_fallback/styles.css | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/public/styles.css b/public/styles.css index d7a2d85..afa877b 100644 --- a/public/styles.css +++ b/public/styles.css @@ -91,7 +91,7 @@ html { header { position: absolute; align-items: baseline; - padding: 8px 16px; + padding: 8px 12px; box-sizing: border-box; width: 100vw; z-index: 2; @@ -99,8 +99,9 @@ header { right: 0; } -header > *:not(:first-child) { - margin-left: 8px; +header > * { + margin-left: 4px; + margin-right: 4px; } header > div { diff --git a/public_included_ws_fallback/styles.css b/public_included_ws_fallback/styles.css index 12f5a24..9663840 100644 --- a/public_included_ws_fallback/styles.css +++ b/public_included_ws_fallback/styles.css @@ -92,7 +92,7 @@ html { header { position: absolute; align-items: baseline; - padding: 8px 16px; + padding: 8px 12px; box-sizing: border-box; width: 100vw; z-index: 2; @@ -100,8 +100,9 @@ header { right: 0; } -header > *:not(:first-child) { - margin-left: 8px; +header > * { + margin-left: 4px; + margin-right: 4px; } header > div {