Swap toolbar and mode switcher

Bug: T257280
Change-Id: I436da21ea038ddf369f82c58756342b38d9b3b8a
This commit is contained in:
Ed Sanders 2020-07-06 20:29:08 +01:00 committed by Bartosz Dziewoński
parent cc7ac90b97
commit 3ea1a721be

View file

@ -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 {