From b28a58977de3c0b10f86853e0f94b823ddd29f6e Mon Sep 17 00:00:00 2001 From: Andreas-Kainz Date: Mon, 20 Apr 2026 23:53:55 +0200 Subject: [PATCH] Mobile dialogues use var(--header-height) not hardcoded Signed-off-by: Andreas-Kainz Change-Id: I4d4705d47252db5762a9762950e5ca1e52ca97e3 --- browser/css/device-mobile.css | 2 +- browser/css/mobilewizard.css | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/browser/css/device-mobile.css b/browser/css/device-mobile.css index 073a8a34889aa..630a77b2e77a6 100644 --- a/browser/css/device-mobile.css +++ b/browser/css/device-mobile.css @@ -169,7 +169,7 @@ textarea.cool-annotation-textarea { .toolbar-row { display: flex; flex-direction: row; - height: 38px !important; + height: var(--header-height); } .insertshape-grid { diff --git a/browser/css/mobilewizard.css b/browser/css/mobilewizard.css index 6540cacd40e2d..75de27e7a151e 100644 --- a/browser/css/mobilewizard.css +++ b/browser/css/mobilewizard.css @@ -464,7 +464,7 @@ p.mobile-wizard.ui-combobox-text.selected { .ui-tabs.mobile-wizard { text-align: center; - height: 42px; + height: var(--header-height); display: flex; width: 100%; padding: 0px; @@ -481,8 +481,7 @@ p.mobile-wizard.ui-combobox-text.selected { .ui-tab.mobile-wizard { flex: auto; display: table-cell; - height: 36px; - line-height: 36px; + line-height: var(--header-height); vertical-align: middle; margin: 0px 5%; border-radius: 10px;