1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Improve appearance of text editor buttons

- Change preview icon to Font Awesome Regular instead of Solid
- Give the preview button a tooltip
- Change submit button icon to paper plane (shown on mobile)
- Tweak mobile header button touch target
- Scroll overflowing text editor controls horizontally
This commit is contained in:
Toby Zerner
2018-11-12 17:19:37 +10:30
parent a08068b112
commit bf3934d16f
3 changed files with 15 additions and 9 deletions

View File

@@ -343,11 +343,14 @@
}
.TextEditor-controls {
margin: 0;
padding: 15px 0;
padding: 10px 0;
list-style-type: none;
overflow-x: auto;
white-space: nowrap;
& li {
li {
display: inline-block;
margin-right: 10px;
}
}
@@ -357,10 +360,6 @@
padding: 10px 20px;
border-top: 1px solid @control-bg;
li {
margin-right: 5px;
}
.fullScreen & {
margin: 0;
border-top: 0;