mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
ae6f0d5486
* Removes js * Updates bottomDock style rules * skin mustache updated * Remove appearance feature flag - show appearance menu to all users. Bug: T367591 Change-Id: Ie2617e2fa83b6a888a7a2799cc39f048731dc60d
17 lines
259 B
Plaintext
17 lines
259 B
Plaintext
.client-js .vector-settings {
|
|
display: block;
|
|
position: fixed;
|
|
bottom: 8px;
|
|
right: 8px;
|
|
z-index: @z-index-stacking-1;
|
|
|
|
ul {
|
|
padding: 0;
|
|
list-style: none;
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
align-items: center;
|
|
gap: 8px 8px;
|
|
}
|
|
}
|