Skip to content

Commit

Permalink
Set keyboard shortcuts in sidebar to always have auto width
Browse files Browse the repository at this point in the history
  • Loading branch information
aurnik authored and tiensonqin committed Dec 28, 2023
1 parent 035301c commit 50facde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/frontend/components/container.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@

.nav-header a {
.keyboard-shortcut {
@apply w-0 opacity-0;
@apply opacity-0;
visibility: hidden;
}

Expand All @@ -136,7 +136,6 @@
visibility: visible;
transition: opacity 1s;
transition-delay: 2s;
width: auto;
opacity: 1;
}
}
Expand Down

0 comments on commit 50facde

Please sign in to comment.