always align post body left

With viewports narrower than 900px the text of the post body was
aligned centre. Removing the duplicate CSS class expando prevents it
falling back.

Signed-off-by: Ryan Stafford <ryan@nanorex.net>
This commit is contained in:
Oliver Lowe 2024-04-07 13:29:42 +10:00 committed by Ryan Stafford
parent 62dfa54478
commit ba4b330ca0

View file

@ -545,9 +545,6 @@ form.blockpost {
#settingspopup.open, #mycommunities.open {
display: inline-block;
}
.expando {
text-align: center;
}
.expando.open{
display: block;
}