1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Add a toolbar area to the TextEditor component

This is to be used for formatting buttons and the like. Although it is
displayed in the controls area at the moment, it is conceptually
different and may be relocated to the top of the text editor in the
future.
This commit is contained in:
Toby Zerner
2018-11-12 17:21:15 +10:30
parent bf3934d16f
commit c13dfa2228
4 changed files with 40 additions and 0 deletions

View File

@@ -353,6 +353,11 @@
margin-right: 10px;
}
}
.TextEditor-toolbar {
.Button--icon {
width: 28px;
}
}
@media @tablet-up {
.TextEditor-controls {