From d4f623a0e2bc0e88235954e14d0540f4c19e175d Mon Sep 17 00:00:00 2001 From: hackademix Date: Thu, 10 Mar 2022 19:49:52 +0100 Subject: [PATCH] Improved high contrast layout. --- src/ui/ui-hc.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/ui/ui-hc.css b/src/ui/ui-hc.css index a78c9d6..80f80f0 100644 --- a/src/ui/ui-hc.css +++ b/src/ui/ui-hc.css @@ -44,10 +44,6 @@ label { padding: 4px !important; } -.url { - white-space: nowrap !important; -} - .full-address { display: block; } @@ -57,9 +53,9 @@ label { flex-wrap: wrap; } -span.preset { - display: inline; - white-space: nowrap !important; +span.preset, .url { + display: flex; + align-items: center; } input.temp { @@ -73,10 +69,12 @@ input.temp { tr.site { border-top: 1px solid #888; + display: flex; + align-items: center; } #top { - display:flex; + display: flex; flex-flow: row; justify-content: space-around; height: auto;