Skip to content

Commit

Permalink
fix: πŸ› toolbar display in VE on small screens
Browse files Browse the repository at this point in the history
add white-space: normal;

Signed-off-by: WaitSpring <[email protected]>
  • Loading branch information
WaitSpringQW committed Oct 20, 2023
1 parent 0424fb6 commit 7568673
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions skinStyles/extensions/VisualEditor/ext.visualEditor.less
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,6 @@
}
}

// .citizen-scroll--down .ve-init-mw-desktopArticleTarget-toolbar {
// &.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
// top: 0; // stick to top
// }
// }

// Make toolbar more smaller screen friendly
// Well at least I did by best
@media ( max-width: 800px ) {
Expand All @@ -300,14 +294,11 @@
}

.skin-citizen {
.ve {
&-ui {
&-toolbar {
> .oo-ui-toolbar-bar {
.oo-ui-toolbar-tools {
display: inline;
}
}
.ve-ui-toolbar {
> .oo-ui-toolbar-bar {
.oo-ui-toolbar-tools {
display: inline;
white-space: normal;
}
}
}
Expand Down

0 comments on commit 7568673

Please sign in to comment.