Skip to content

Commit 9f88c1a

Browse files
authored
Update full.css
1 parent 8124808 commit 9f88c1a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

full.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -654,10 +654,6 @@ body.notransition .sidebar {
654654
max-width: calc(var(--sidebar-width) - 140px - var(--spacing-1));
655655
}
656656

657-
.sidebar .header .logo.notransition {
658-
transition: none;
659-
}
660-
661657
.sidebar .header .title::before,
662658
.sidebar .header .title::after {
663659
content: '';
@@ -686,6 +682,11 @@ body.notransition .sidebar {
686682
opacity: 0;
687683
}
688684

685+
.sidebar .header .title.notransition::before,
686+
.sidebar .header .title.notransition::after {
687+
transition: none;
688+
}
689+
689690
/*
690691
.sidebar .header .title:hover .logo.overflow {
691692
background: hsl(218deg 18% 23%);

0 commit comments

Comments
 (0)