mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
13 lines
196 B
Plaintext
13 lines
196 B
Plaintext
|
/*
|
||
|
* Citizen - Upload Wizard
|
||
|
* https://starcitizen.tools
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
* resources/uploadWizard.noWizard
|
||
|
*/
|
||
|
.mwe-first-spinner {
|
||
|
min-width: auto;
|
||
|
max-width: none; // handled by .mw-body-content
|
||
|
}
|