From 3d11f004047708c0c9a36ee71b2f2357217d14ec Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 8 Feb 2025 18:26:43 +0200 Subject: fix: Improve certain button spacings --- views/archive/index.php | 1 + views/styles.css | 1 + 2 files changed, 2 insertions(+) (limited to 'views') diff --git a/views/archive/index.php b/views/archive/index.php index 22b8a21..bf296b5 100644 --- a/views/archive/index.php +++ b/views/archive/index.php @@ -17,6 +17,7 @@ +

diff --git a/views/styles.css b/views/styles.css index 6637c40..fecbfeb 100644 --- a/views/styles.css +++ b/views/styles.css @@ -449,6 +449,7 @@ hr.new-section { margin: 0 1em 2em 1em; display: flex; flex-direction: row; + gap: 1em; } #user-nav { -- cgit v1.2.3