mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
Swap toolbar and mode switcher
Bug: T257280 Change-Id: I436da21ea038ddf369f82c58756342b38d9b3b8a
This commit is contained in:
parent
cc7ac90b97
commit
3ea1a721be
|
@ -12,7 +12,6 @@
|
|||
}
|
||||
|
||||
.ve-ui-targetToolbar > .oo-ui-toolbar-bar {
|
||||
text-align: right;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
border: 0;
|
||||
|
@ -34,12 +33,18 @@
|
|||
&-modeTabs {
|
||||
box-shadow: none;
|
||||
height: 3em;
|
||||
text-align: right;
|
||||
|
||||
.oo-ui-tabOptionWidget:last-child {
|
||||
margin-right: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
&-ve .dt-ui-replyWidget-modeTabs {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
&-actionsWrapper {
|
||||
|
|
Loading…
Reference in a new issue