fix(core): 🐛 incorrect thumbnail center styles

This commit is contained in:
alistair3149 2023-02-17 00:24:34 -05:00 committed by GitHub
parent b04b46d957
commit 8f4910153a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,5 +112,13 @@ figure[ typeof~='mw:File/Frame' ] {
/* @noflip */
float: left;
}
&.mw-halign-center {
margin-right: auto;
margin-left: auto;
clear: both;
float: none;
text-align: center;
}
}
}