mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 18:40:05 +00:00
fix(core): 🐛 force section indicator and heading to the start
Extensions like DisucssionTools might add unexpected element to the header. This should fix the layout issue
This commit is contained in:
parent
14db25faac
commit
f74244ff46
|
@ -38,6 +38,7 @@
|
|||
&-indicator {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
order: -2;
|
||||
margin-right: var( --space-md );
|
||||
cursor: pointer;
|
||||
transition: @transition-transform;
|
||||
|
@ -52,6 +53,7 @@
|
|||
// Right-align the editsection
|
||||
.mw-headline {
|
||||
flex-grow: 1;
|
||||
order: -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue