fixed nav button on mobile
This commit is contained in:
parent
cf38b3dd15
commit
fe2d757b50
4 changed files with 1473 additions and 273 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue