Skip to content

Commit

Permalink
fix: πŸ› toolbar display in VE on small screens
Browse files Browse the repository at this point in the history
Signed-off-by: WaitSpring <[email protected]>
  • Loading branch information
WaitSpringQW committed Oct 20, 2023
1 parent 9ca9111 commit 0424fb6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion skinStyles/extensions/VisualEditor/ext.visualEditor.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
}

.oo-ui-toolbar-tools {
display: inline;
display: inline-block;
white-space: nowrap;
}

/* Fix inline height */
Expand Down Expand Up @@ -298,6 +299,20 @@
z-index: 4;
}

.skin-citizen {
.ve {
&-ui {
&-toolbar {
> .oo-ui-toolbar-bar {
.oo-ui-toolbar-tools {
display: inline;
}
}
}
}
}
}

.ve-init-mw-desktopArticleTarget {
&-toolbar {
&.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
Expand Down

0 comments on commit 0424fb6

Please sign in to comment.