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:
@@ -353,6 +353,11 @@
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
.TextEditor-toolbar {
|
||||
.Button--icon {
|
||||
width: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
@media @tablet-up {
|
||||
.TextEditor-controls {
|
||||
|
Reference in New Issue
Block a user