From b65cb550e0e26b2cf290573248fe28e341fa4807 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Mon, 16 May 2022 00:33:10 +0200 Subject: general improvements Made the UI slightly bigger, and the mod elements aren't on their own line, this allows you to see more at once while it being bigger and more telligble, before it was kind of empty. --- src/app/main.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/app/main.css b/src/app/main.css index 99d806c..7b54ec7 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -120,9 +120,14 @@ button { 100% {opacity: 1.0} } +#browserEntries { + display: flex; + flex-wrap: wrap; +} + .popup .el, .popup .misc, .popup .loading { --spacing: calc(var(--padding) / 2); - --height: calc(var(--padding) * 3); + --height: calc(var(--padding) * 3.5); --mischeight: calc(var(--padding) * 1.5); animation-duration: 0.15s; @@ -144,7 +149,7 @@ button { padding: var(--spacing); background: var(--selbg); border-radius: var(--spacing); - width: calc(100% - var(--spacing) * 4); + width: calc(50% - var(--spacing) * 4); } .popup .misc, .popup #search, .option .actions input { @@ -196,6 +201,7 @@ button { width: 100%; color: white; display: flex; + position: absolute; text-align: center; align-items: center; justify-content: center; -- cgit v1.2.3