mirror of
https://github.com/flarum/core.git
synced 2025-07-31 05:30:38 +02:00
Add preview button to composer
This commit is contained in:
@@ -318,9 +318,13 @@
|
||||
@media @tablet-up {
|
||||
.TextEditor-controls {
|
||||
margin: 0 -20px 0 -110px;
|
||||
padding: 15px 20px;
|
||||
padding: 10px 20px;
|
||||
border-top: 1px solid @control-bg;
|
||||
|
||||
li {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.fullScreen & {
|
||||
margin: 0;
|
||||
border-top: 0;
|
||||
|
@@ -4,7 +4,7 @@
|
||||
background: @alert-bg;
|
||||
line-height: 1.5;
|
||||
|
||||
&, a, a:hover {
|
||||
&, a, a:hover, button, button:hover {
|
||||
color: @alert-color;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user