mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Prevent the back-to-top button from flickering when switching the theme mode
This commit is contained in:
parent
387fc67102
commit
50c88f7205
@ -1099,8 +1099,8 @@ $sidebar-display: "sidebar-display";
|
||||
height: $size;
|
||||
border-radius: 50%;
|
||||
border: 1px solid var(--btn-backtotop-border-color);
|
||||
transition: 0.2s ease-out;
|
||||
-webkit-transition: 0.2s ease-out;
|
||||
transition: transform 0.2s ease-out;
|
||||
-webkit-transition: transform 0.2s ease-out;
|
||||
|
||||
i {
|
||||
line-height: $size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user