1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00
This commit is contained in:
Toby Zerner
2015-12-03 14:51:35 +10:30
parent 88f03f1d95
commit d1d33cba44
2 changed files with 1 additions and 5 deletions

View File

@@ -370,7 +370,6 @@
border: 2px dashed @control-bg;
color: @muted-color;
border-radius: 10px;
padding: 20px;
.Post-header {
margin: 0;
@@ -379,9 +378,6 @@
}
@media @tablet-up {
.ReplyPlaceholder {
margin-left: -20px;
margin-right: -20px;
padding-left: 110px;
border-color: transparent;
transition: border-color 0.2s;