🐛 Fixed the back top button in sidebar margin pixes.
This commit is contained in:
parent
c8089db11f
commit
748c44e25d
@ -83,7 +83,7 @@
|
|||||||
// Only when back2top.sidebar is true, apply the following styles
|
// Only when back2top.sidebar is true, apply the following styles
|
||||||
.back-to-top {
|
.back-to-top {
|
||||||
background: var(--body-bg-color);
|
background: var(--body-bg-color);
|
||||||
margin: 8px - $sidebar-offset -10px -18px;
|
margin: 8px -#{$sidebar-offset} -10px -18px;
|
||||||
|
|
||||||
&.back-to-top-on {
|
&.back-to-top-on {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
|
Loading…
Reference in New Issue
Block a user