From 2413ab9c5ec541c7b2535ab597506dc1b7d200be Mon Sep 17 00:00:00 2001 From: roberto Date: Sun, 29 Dec 2024 18:35:40 +0100 Subject: [PATCH] UI fixes --- assets/static/css/main.css | 40 +++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/assets/static/css/main.css b/assets/static/css/main.css index 6665b82..0815212 100644 --- a/assets/static/css/main.css +++ b/assets/static/css/main.css @@ -1069,21 +1069,6 @@ dialog .content h5 { width: 100%; } - #page-title-container { - display: flex; - align-items: center; - } - - #page-title { - width: 100%; - display: flex; - align-items: center; - } - - #page-title-title { - width: 100%; - } - .table-all.responsive table, .table-all.responsive thead, .table-all.responsive tbody, @@ -1145,7 +1130,6 @@ dialog .content h5 { /* Min medium */ @media (min-width:601px) { - .home-card-summary { height: 250px; overflow: auto; @@ -1308,11 +1292,11 @@ dialog .content h5 { display: block !important; } - .row > .w3-half:first { + .row > .half:first { padding-right: 4px; } - .row > .w3-half:nth-child(2) { + .row > .half:nth-child(2) { padding-left: 4px; } @@ -1327,6 +1311,11 @@ dialog .content h5 { #quickbox-title-title { padding-left: 16px; } + + #page-title-title { + position: relative; + top: 4px; + } } @media (max-width:992px) { @@ -1392,4 +1381,19 @@ dialog .content h5 { .slider.round:before { border-radius: 50%; } + + #page-title-container { + display: flex; + align-items: center; + } + + #page-title { + flex-grow: 1; + display: flex; + align-items: center; + } + + #page-title-title { + flex-grow: 1; + } }