mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 19:05:32 +08:00
fix: reply placeholder wrong positioning
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
parent
d27f952584
commit
253a3d281d
|
@ -441,7 +441,7 @@
|
|||
color: var(--muted-color);
|
||||
border-radius: 10px;
|
||||
background-color: transparent;
|
||||
width: 100%;
|
||||
width: calc(~"100% + 20px * 2");
|
||||
display: flex;
|
||||
|
||||
.Post-header {
|
||||
|
|
Loading…
Reference in New Issue
Block a user