mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
ff909e240d
commit
9074563e0b
|
@ -57,8 +57,7 @@
|
|||
// Hide sticky header on scroll down on smaller screens
|
||||
@media ( max-width: @max-width-breakpoint-tablet ) {
|
||||
.citizen-body-header--sticky {
|
||||
.mw-body-header
|
||||
.page-actions {
|
||||
.mw-body-header .page-actions {
|
||||
transition: var( --transition-menu );
|
||||
}
|
||||
|
||||
|
@ -68,8 +67,8 @@
|
|||
|
||||
// FIXME: Fine tune the animation, the position jump is annoying
|
||||
.page-actions {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
transition-property: opacity, visibility;
|
||||
}
|
||||
|
||||
|
@ -79,8 +78,8 @@
|
|||
}
|
||||
|
||||
.page-actions {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue