We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8215352 commit 109f26dCopy full SHA for 109f26d
1 file changed
full.css
@@ -562,7 +562,8 @@ body.scroll-enabled .bookmark {
562
will-change: transform;
563
transition: .18s var(--ease-function) left,
564
.4s var(--cubic-function) transform,
565
- .4s var(--cubic-function) padding;
+ .4s var(--cubic-function) padding,
566
+ .18s var(--bounce-function) opacity;
567
}
568
569
.sidebar-toggle::after {
@@ -592,6 +593,11 @@ body.embed .sidebar-toggle {
592
593
display: none;
594
595
596
+.sidebar-toggle.dialog-open {
597
+ opacity: 0;
598
+ pointer-events: none;
599
+}
600
+
601
body.expanded .sidebar-toggle {
602
transform: translateX(calc(var(--sidebar-width) - 1px));
603
0 commit comments