File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ body.notransition :is(.sidebar-toggle, .sidebar-toggle *) {
442442 transition : none;
443443}
444444
445- .sidebar-toggle svg {
445+ .bookmark svg {
446446 opacity : .72 ;
447447}
448448
@@ -462,6 +462,26 @@ body.expanded .sidebar-toggle svg .left {
462462 opacity : 1 ;
463463}
464464
465+ .preview-toggle {
466+ right : 0 ;
467+ left : auto;
468+ border-radius : 500px 0 0 500px ;
469+ z-index : 1000 ;
470+ }
471+
472+ .preview-toggle svg path {
473+ opacity : 0 ;
474+ transition : .4s var (--cubic-function );
475+ }
476+
477+ .live-view .visible ~ .preview-toggle svg .right {
478+ opacity : 1 ;
479+ }
480+
481+ .live-view : not (.visible ) ~ .preview-toggle svg .left {
482+ opacity : 1 ;
483+ }
484+
465485.sidebar {
466486 position : fixed;
467487 top : 0 ;
You can’t perform that action at this time.
0 commit comments