mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-23 22:13:38 +00:00
feat(core): ✨ move fluid sticky transition
This commit is contained in:
parent
9b1325bcb8
commit
f3e4332e61
|
@ -2,7 +2,7 @@
|
|||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
height: 3.5rem; // HACK: Estimated size of body-header
|
||||
height: 1px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
string html-title-heading--formatted
|
||||
string html-tagline
|
||||
}}
|
||||
<div id="citizen-body-header-sticky-sentinel"></div>
|
||||
<header class="mw-body-header">
|
||||
<div class="page-heading">
|
||||
<div class="firstHeading-container">
|
||||
|
@ -14,4 +13,5 @@
|
|||
<div id="siteSub">{{html-tagline}}</div>
|
||||
</div>
|
||||
{{>PageTools}}
|
||||
</header>
|
||||
</header>
|
||||
<div id="citizen-body-header-sticky-sentinel"></div>
|
Loading…
Reference in a new issue