Skip to content

Commit 73d8b46

Browse files
susnuxkra-mo
andauthored
fix: slighly increase header height
42 looks ever so slightly too small and the search bar can get caught up in browser hinting shenanigans which will make the padding look uneven. 44 is a bit nicer. Co-authored-by: Laura Kramolis <git@kramo.page> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 24f9f2a commit 73d8b46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/theming/css/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
--clickable-area-small: 24px;
102102
--default-grid-baseline: 4px;
103103

104-
--header-height: 42px;
104+
--header-height: 44px;
105105
--header-menu-item-height: 34px;
106106
/* An alpha mask to be applied to all icons on the navigation bar (header menu).
107107
* Icons are have a size of 20px but usually we use MDI which have a content of 16px so 2px padding top bottom,

0 commit comments

Comments
 (0)