From eff0f9247166dce2c748ccdd2ec39a5756824d7f Mon Sep 17 00:00:00 2001 From: milan Date: Thu, 13 Feb 2025 16:55:56 +0100 Subject: [PATCH] preferences hint styling changes Regarding Ticket #100521 --- pixelegg/css/fancy.css | 6 ------ preferences/templates/default/app.css | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/pixelegg/css/fancy.css b/pixelegg/css/fancy.css index 26fdaac413..478068eb3a 100644 --- a/pixelegg/css/fancy.css +++ b/pixelegg/css/fancy.css @@ -7260,12 +7260,6 @@ et2-dialog div#add_favorite et2-select-account_ro { padding: 0; border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color); } -.et2_nextmatch .nextmatch_header { - border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color); -} -.et2_nextmatch .nextmatch_header .nextmatch_header_row { - padding-bottom: 0.25em; -} div.flatpickr-calendar { border-radius: var(--sl-border-radius-medium); } diff --git a/preferences/templates/default/app.css b/preferences/templates/default/app.css index 5483fd83c9..bda9002470 100644 --- a/preferences/templates/default/app.css +++ b/preferences/templates/default/app.css @@ -26,14 +26,14 @@ tr.prefRow > td.prefValueColumn { padding: 0 !important; } .prefHelp { - position: absolute; + position: fixed; display: none; width: 250px; max-height: 90vh; - height: calc(85vh - 10px); + height: 50%; background-color: var(--sl-color-neutral-50); padding: 10px; - top: 60px; + top: 143px; overflow-y: auto; z-index: 1; border-radius: var(--sl-border-radius-medium);