Add missing semi colon to CSS

This commit is contained in:
alistair3149 2020-06-11 16:08:32 -04:00
parent f4344bfb20
commit fc4e492e01
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -164,7 +164,7 @@
> ul {
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
max-height: ~'calc( 100vh - '@header-height + @margin-side * 3 ~')';
transform: none;