MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 678: | Line 678: | ||
.vector-search-box-expanded, | .vector-search-box-expanded, | ||
.vector-search-box-auto-expand-width { | .vector-search-box-auto-expand-width { | ||
flex: 0 0 | flex: 0 0 280px !important; | ||
width: | width: 280px !important; | ||
max-width: | max-width: 280px !important; | ||
min-width: 0 !important; | |||
flex-grow: 0 !important; | |||
position: relative !important; | position: relative !important; | ||
left: auto !important; | left: auto !important; | ||
| Line 686: | Line 688: | ||
margin: 0 !important; | margin: 0 !important; | ||
} | } | ||
/* Input: white background, dark text */ | /* Input: white background, dark text */ | ||
.cdx-search-input__input, | .cdx-search-input__input, | ||