From d4f671a51913e574011a3a0f8a10979357be433a Mon Sep 17 00:00:00 2001 From: Booteille Date: Wed, 27 Nov 2024 05:18:24 +0100 Subject: [PATCH] css tweaks --- themes/default/public/css/lufi.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/themes/default/public/css/lufi.css b/themes/default/public/css/lufi.css index d1500a2..af03acc 100644 --- a/themes/default/public/css/lufi.css +++ b/themes/default/public/css/lufi.css @@ -65,9 +65,14 @@ all: unset; } +html { + height: 100%; +} + body { margin: 0; padding: 0; + height: 100%; } main { @@ -381,11 +386,6 @@ main form label { user-select: none; } -.input-text label, -.checkbox label { - opacity: 0.8; -} - main form input:not(:disabled):active { border-color: var(--active-color); } @@ -1092,14 +1092,12 @@ dialog .actions { gap: 1rem; } -.my-files-section h1 { +section h1 { margin-top: 2rem; margin-bottom: 0; padding-bottom: 0.5rem; font-size: 3rem; - text-align: left; width: 100%; - border-bottom: 2px solid gray; } .my-files-section .actions-buttons input {