1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +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 4718bf4d81
commit a6a4cf3fbc
3 changed files with 15 additions and 9 deletions

View File

@@ -56,6 +56,9 @@
opacity: 0.5;
}
}
> .Button--icon {
width: 40px;
}
}
.App-primaryControl {
width: auto;
@@ -71,12 +74,15 @@
}
}
.App-primaryControl, .App-backControl {
margin: 0 !important;
> .Button {
color: @header-control-color !important;
.Button-icon {
display: block;
font-size: 20px;
margin: 0;
}
.Button-label {
display: none;