mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 18:15:49 +00:00
Add missing semi colon to CSS
This commit is contained in:
parent
f4344bfb20
commit
fc4e492e01
|
@ -164,7 +164,7 @@
|
||||||
|
|
||||||
> ul {
|
> ul {
|
||||||
display: none; // Hide until interacted
|
display: none; // Hide until interacted
|
||||||
margin: 0 @margin-side !important
|
margin: 0 @margin-side !important;
|
||||||
padding: @header-height + @margin-side @margin-side @margin-side * 2 0; // More scroll spaces
|
padding: @header-height + @margin-side @margin-side @margin-side * 2 0; // More scroll spaces
|
||||||
max-height: ~'calc( 100vh - '@header-height + @margin-side * 3 ~')';
|
max-height: ~'calc( 100vh - '@header-height + @margin-side * 3 ~')';
|
||||||
transform: none;
|
transform: none;
|
||||||
|
|
Loading…
Reference in a new issue