mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
Merge "Make bottom dock expansible via portlet links"
This commit is contained in:
commit
5d666f43ab
|
@ -83,6 +83,8 @@
|
||||||
{{>StickyHeader}}
|
{{>StickyHeader}}
|
||||||
</div>
|
</div>
|
||||||
{{/data-vector-sticky-header}}
|
{{/data-vector-sticky-header}}
|
||||||
<div class="vector-settings">
|
<div class="vector-settings" id="p-dock-bottom">
|
||||||
{{#data-vector-settings-button}}{{>Button}}{{/data-vector-settings-button}}
|
<ul>
|
||||||
|
<li>{{#data-vector-settings-button}}{{>Button}}{{/data-vector-settings-button}}</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -8,6 +8,15 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 8px;
|
bottom: 8px;
|
||||||
right: 8px;
|
right: 8px;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
padding: 0;
|
||||||
|
list-style: none;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
align-items: center;
|
||||||
|
column-gap: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
|
@ -41,7 +41,7 @@
|
||||||
@import './components/PopupNotification.less';
|
@import './components/PopupNotification.less';
|
||||||
@import './components/SearchBox.less';
|
@import './components/SearchBox.less';
|
||||||
@import './components/Watchstar.less';
|
@import './components/Watchstar.less';
|
||||||
@import './components/LimitedWidthToggle.less';
|
@import './components/BottomDock.less';
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all {
|
@media all {
|
||||||
|
|
Loading…
Reference in a new issue