mediawiki-skins-Vector/resources/skins.vector.js/bottomDock.less
ksarabia ae6f0d5486 Remove old limited width toggle
* Removes js
* Updates bottomDock style rules
* skin mustache updated
* Remove appearance feature flag - show appearance menu
to all users.

Bug: T367591
Change-Id: Ie2617e2fa83b6a888a7a2799cc39f048731dc60d
2024-09-03 11:25:23 -07:00

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;
}
}