Skip to content

Commit

Permalink
Fix menu footer positioned too low
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Jan 24, 2025
1 parent 719f7f8 commit 6e68e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1987,7 +1987,7 @@ body > .szh-menu-container {
min-width: min(12em, 90vw);
}
.szh-menu .footer {
margin: 8px 0 -8px;
margin: 8px 0 -4px;
padding: 8px 16px;
color: var(--text-insignificant-color);
font-size: 90%;
Expand Down

0 comments on commit 6e68e95

Please sign in to comment.