Skip to content

Commit

Permalink
Apply suggestion from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jan 28, 2025
1 parent ae3f2d7 commit be1724a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/site/components/Containers/NavBar/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@
}

.sidebarItemToggler {
@apply absolute right-4 -z-10 appearance-none opacity-0;
transform: translateY(-200%);
@apply absolute
right-4
-z-10
-translate-y-[200%]
appearance-none
opacity-0;
}

.nodeIconWrapper {
Expand Down

0 comments on commit be1724a

Please sign in to comment.