article > toc button : top position relative to vw
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
This commit is contained in:
parent
554a650b91
commit
b571bc285a
3 changed files with 3 additions and 3 deletions
|
|
@ -84,6 +84,6 @@
|
|||
|
||||
.side-panel-button-wrapper {
|
||||
position: fixed;
|
||||
top: calc(var(--unit--vertical) * 7);
|
||||
top: 15vw;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue