article > toc button : top position relative to vw
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
isUnknown 2026-03-28 16:33:55 +01:00
parent 554a650b91
commit b571bc285a
3 changed files with 3 additions and 3 deletions

View file

@ -84,6 +84,6 @@
.side-panel-button-wrapper {
position: fixed;
top: calc(var(--unit--vertical) * 7);
top: 15vw;
}
}

View file

@ -1149,7 +1149,7 @@ body.full-width #main-content {
}
.side-panel-button-wrapper {
position: fixed;
top: calc(var(--unit--vertical) * 7);
top: 15vw;
}
}
.toggle-light {

File diff suppressed because one or more lines are too long