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:
alistair3149 2023-06-20 15:02:15 -04:00
parent 14db25faac
commit f74244ff46
No known key found for this signature in database
GPG key ID: 16076C01E5C88864

View file

@ -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;
}
}