UX: fix post placeholder on mobile (#18442)
This commit is contained in:
parent
3b86974367
commit
afce65bb79
|
@ -431,3 +431,7 @@ span.highlighted {
|
||||||
opacity: 100%;
|
opacity: 100%;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.placeholder .topic-body {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue