mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-12 07:55:21 +00:00
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;
|
||
|
}
|
||
|
}
|