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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user