From 1b539df2aa1fb7123728b0104f1d7a5e7bfcce87 Mon Sep 17 00:00:00 2001 From: James Read Date: Tue, 2 Apr 2024 23:41:59 +0100 Subject: [PATCH] bugfix: rounded buttons for folders (#260) --- webui.dev/style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/webui.dev/style.css b/webui.dev/style.css index 5770a40..6106785 100644 --- a/webui.dev/style.css +++ b/webui.dev/style.css @@ -97,12 +97,12 @@ nav.sidebar { top: 0; transition: left 0.5s ease; box-shadow: 0 0 10px 0 #444; + z-index: -1; + flex-direction: column; + display: flex; } nav.shown { - display: flex; - z-index: -1; - flex-direction: column; left: 0; } @@ -245,6 +245,10 @@ input[type="submit"] transition: background-color 1s ease, color 1s ease; } +fieldset button { + border-radius: .7em; +} + /* Action Buttons */ action-button { display: flex; @@ -255,7 +259,6 @@ action-button button { flex-grow: 1; width: 100%; z-index: 1; - border-radius: .7em; } span.title {