mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
fix: reply placeholder wrong positioning
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user