mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-21 21:27:15 +00:00
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:
parent
62dfa54478
commit
ba4b330ca0
|
@ -545,9 +545,6 @@ form.blockpost {
|
||||||
#settingspopup.open, #mycommunities.open {
|
#settingspopup.open, #mycommunities.open {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.expando {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.expando.open{
|
.expando.open{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@ -969,7 +966,7 @@ form.create input[type=file], form.create select {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
||||||
}
|
}
|
||||||
.preferences input[type=submit] {
|
.preferences input[type=submit] {
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
|
@ -1108,7 +1105,7 @@ body.dark {
|
||||||
color: #0cbe30;
|
color: #0cbe30;
|
||||||
}
|
}
|
||||||
.dark .create input[type=submit],
|
.dark .create input[type=submit],
|
||||||
.dark .search .query input,
|
.dark .search .query input,
|
||||||
.dark .create input[type=file],
|
.dark .create input[type=file],
|
||||||
.dark .create select {
|
.dark .create select {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Reference in a new issue