Merge "Adjust alignment of searchbox in header"

This commit is contained in:
jenkins-bot 2022-04-18 16:26:15 +00:00 committed by Gerrit Code Review
commit 79cde24aff
1 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@
height: 100%;
// Center vertically.
align-items: center;
// Hamburger menu icon with padding (22px + 12px = 46px) + right margin (12px) + logo (226px @ 16) + space between
// logo and searchbox (24px) = 296px which equals the sum of widths of sidebar elements (i.e. TOC) when toggled.
// Hamburger menu icon with padding (22px + 12px = 46px) + right margin (12px) + logo (222px @ 16) + space between
// logo and searchbox (28px) = 296px which equals the sum of widths of sidebar elements (i.e. TOC) when toggled.
// 226px @ 16 provides correct spacing between the right edge of logo container + left edge of searchbox input.
min-width: 14.125em; // 226px @ 16
min-width: 13.875em; // 222px @ 16
}
.mw-logo-icon {