mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
Github CI lint - eslint/stylelint
This commit is contained in:
parent
4a43b7f3f1
commit
d84b74f688
|
@ -36,11 +36,11 @@
|
|||
max-width: @footer-width - 10px; // 1280px - image size 4
|
||||
background-color: @base-90;
|
||||
|
||||
>a {
|
||||
> a {
|
||||
display: block;
|
||||
pointer-events: none;
|
||||
|
||||
>img {
|
||||
> img {
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
|
@ -82,7 +82,7 @@
|
|||
margin: 0 !important;
|
||||
}
|
||||
|
||||
>a>img {
|
||||
> a > img {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
@ -116,7 +116,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: @screen2 ) {
|
||||
@media only screen and ( max-width: @screen2 ) {
|
||||
.fullImageLink {
|
||||
/* stylelint-disable unit-no-unknown */
|
||||
margin: 0~'calc((100vw - @{page-width}) / -2)';
|
||||
|
@ -129,8 +129,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: @screen1 ) {
|
||||
|
||||
@media only screen and ( max-width: @screen1 ) {
|
||||
#filetoc,
|
||||
.fullImageLink,
|
||||
.fullMedia {
|
||||
|
@ -142,8 +141,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
@media ( prefers-color-scheme: dark ) {
|
||||
#filetoc,
|
||||
.fullMedia {
|
||||
background-color: @dark-bg-10;
|
||||
|
|
Loading…
Reference in a new issue