mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 21:51:01 +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);
|
color: var(--muted-color);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
width: 100%;
|
width: calc(~"100% + 20px * 2");
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
.Post-header {
|
.Post-header {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user