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;