MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 54: | Line 54: | ||
box-sizing: border-box !important; | box-sizing: border-box !important; | ||
} | } | ||
/* ===== ATRONIA Search – Hard Stabilization Fix ===== */ | |||
/* Força altura fixa no input real */ | |||
#p-search .cdx-text-input__input { | |||
height: 32px !important; | |||
line-height: 32px !important; | |||
padding-top: 0 !important; | |||
padding-bottom: 0 !important; | |||
} | |||
/* Mantém igual mesmo quando tem valor */ | |||
#p-search .cdx-text-input__input--has-value { | |||
height: 32px !important; | |||
line-height: 32px !important; | |||
} | |||
/* Garante que o wrapper não altera */ | |||
#p-search .cdx-search-input { | |||
min-height: 32px !important; | |||
} | |||