From c525957b2e770ffa754bbb51d8909cefd5b80220 Mon Sep 17 00:00:00 2001 From: glax Date: Tue, 22 Oct 2024 18:44:25 +0200 Subject: [PATCH] Fix width of settings section --- Website/styles/settings.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Website/styles/settings.css b/Website/styles/settings.css index f93ec13..ef9abbc 100644 --- a/Website/styles/settings.css +++ b/Website/styles/settings.css @@ -23,7 +23,7 @@ border-top-style: solid; border-top-width: 1px; border-top-color: lightgray; - width: calc(100% - 10px); + width: calc(100% - 30px); padding: 10px; } @@ -80,7 +80,7 @@ display: flex; justify-content: space-around; margin: 5px; - width: 100%; + width: calc(100% - 20px); } .section-actions > span {