Skip to content

Commit 4074708

Browse files
authored
Update full.css
1 parent deed710 commit 4074708

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

full.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -394,12 +394,6 @@ body:not(.mobile) .live-view {
394394
color: #d4d5d7;
395395
border-radius: 0 500px 500px 0;
396396
padding: 7px 10px;
397-
transform: translateX(0);
398-
left: -45px;
399-
will-change: transform;
400-
transition: .18s var(--ease-function),
401-
.4s var(--cubic-function) transform,
402-
.4s var(--cubic-function) padding, 0s bottom;
403397
border: 1px solid transparent;
404398
border-left: 0;
405399
z-index: 999;
@@ -446,6 +440,14 @@ body.notransition :is(.sidebar-toggle, .sidebar-toggle *) {
446440
opacity: .72;
447441
}
448442

443+
.sidebar-toggle {
444+
left: -45px;
445+
will-change: transform;
446+
transition: .18s var(--ease-function),
447+
.4s var(--cubic-function) transform,
448+
.4s var(--cubic-function) padding, 0s bottom;
449+
}
450+
449451
.sidebar-toggle svg path {
450452
transition: .4s var(--cubic-function);
451453
}

0 commit comments

Comments
 (0)