mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
fix(core): 🐛 incorrect thumbnail center styles
This commit is contained in:
parent
b04b46d957
commit
8f4910153a
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue