fixed nav button on mobile

This commit is contained in:
Andrew Gundersen 2022-02-20 09:25:09 -06:00
commit fe2d757b50
4 changed files with 1473 additions and 273 deletions

2
.gitignore vendored
View file

@ -24,3 +24,5 @@ pnpm-debug.log*
# Dist # Dist
*.app *.app
*.sublime-workspace

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -97,7 +97,7 @@ html, body {
.header-menu-button { .header-menu-button {
min-width: 14px; min-width: 14px;
min-height: 14px; min-height: 14px;
border-radius: 7px; border-radius: 50%;
} }
.header-exit-button { .header-exit-button {