MediaWiki:Vector.css: Difference between revisions
Created page with "→All CSS here will be loaded for users of the Vector skin: @media screen and (min-width: 1200px) { .client-js .vector-search-box.vector-search-box-auto-expand-width { margin-left: -24px; margin-left: 24px; } }" |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
.mw-wiki-logo { | |||
background-size: contain; | |||
} | |||
@media screen and (min-width: 1200px) { | @media screen and (min-width: 1200px) { | ||
.client-js .vector-search-box.vector-search-box-auto-expand-width { | .client-js .vector-search-box.vector-search-box-auto-expand-width { | ||
margin-left: 24px; | margin-left: 24px; | ||
} | } | ||
} | } |