mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2025-01-10 05:34:39 +00:00
412c1f2d83
* Adds mustache for sidebar * Adds file to render sidebar Bug: T350417 Change-Id: I691c8a0487e158e96027109c223569224f03a102
13 lines
161 B
Plaintext
13 lines
161 B
Plaintext
#vector-client-prefs {
|
|
form {
|
|
font-size: 0.875rem;
|
|
padding: 6px 14px;
|
|
}
|
|
|
|
&-sidebar-container {
|
|
@media ( max-width: 999px ) {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|