Skip to content

Commit

Permalink
Merge pull request #781 from akay/typo-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
black7375 authored Sep 23, 2023
2 parents cc412c4 + 002c9ab commit 4d2a60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autohide/sidebar/_overlap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

#sidebar-box:is(:hover, :focus-within),
#siebar-box:has(#sidebar-switcher-target.active) {
#sidebar-box:has(#sidebar-switcher-target.active) {
transition: margin-inline-start var(--uc-autohide-sidebar-speed) var(--animation-easing-function), opacity var(--uc-autohide-sidebar-speed) ease-in-out,
box-shadow var(--uc-autohide-sidebar-speed) var(--animation-easing-function) var(--uc-autohide-sidebar-speed), visibility 0s linear !important;
> {
Expand Down

0 comments on commit 4d2a60c

Please sign in to comment.