Skip to content

Commit

Permalink
🎨 [UI] fix mobile nav
Browse files Browse the repository at this point in the history
Fix #69
  • Loading branch information
igorskyflyer committed Dec 27, 2023
1 parent 55b2a0e commit bd10fe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/chimera.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,10 @@ pre {
display: flex;
justify-content: end;
flex-direction: column-reverse;
height: 0;
overflow: hidden;
height: 0;
margin: 0;
margin-bottom: 1rem;
z-index: 4;
list-style-type: none;
transition: height ease-in 0.15s;
Expand Down

0 comments on commit bd10fe5

Please sign in to comment.