Merge branch 'dev' of github.com:StarCitizenTools/mediawiki-skins-Citizen into dev

This commit is contained in:
alistair3149 2020-01-07 13:23:35 -05:00
commit b3556969b5
3 changed files with 48 additions and 1 deletions

View file

@ -511,6 +511,10 @@ a {
overflow-wrap: break-word;
}
p:first-of-type {
margin-top: 0;
}
h2 {
font-size: @content-h2-size;
}

View file

@ -587,4 +587,4 @@ window.WMTypeAhead = function ( appendTo, searchInput ) {
typeAheadEl: typeAheadEl,
query: loadQueryScript
};
};
};

View file

@ -73,6 +73,49 @@
}
}
.multipageimage {
display: flex;
justify-content: center;
overflow: visible;
.fullImageLink {
margin: 0 !important;
}
> a > img {
margin: 0;
}
tr {
display: flex;
flex-direction: column;
}
.multipageimagenavbox {
margin-top: 0.8rem;
display: flex;
align-items: center;
justify-content: space-between;
.thumb {
margin: 0 !important;
&:first-of-type {
order: -1;
}
.lazy {
filter: none !important;
}
}
hr,
br {
display: none;
}
}
}
@media only screen and ( max-width: @screen2 ) {
.fullImageLink {
/* stylelint-disable unit-no-unknown */