Added touchstart to menu for iOS, removed auto close on login link.
This commit is contained in:
@@ -155,7 +155,6 @@
|
||||
|
||||
<li
|
||||
v-else-if="allowLogin"
|
||||
v-close-popper
|
||||
class="menu-item"
|
||||
>
|
||||
<a
|
||||
@@ -184,6 +183,7 @@
|
||||
v-close-popper
|
||||
class="menu-item menu-button"
|
||||
@click="showSettings = true"
|
||||
@touchstart="showSettings = true"
|
||||
>
|
||||
<Icon icon="equalizer" />
|
||||
Settings
|
||||
@@ -208,6 +208,7 @@
|
||||
v-close-popper
|
||||
class="menu-item menu-button"
|
||||
@click="setTheme('light')"
|
||||
@touchstart="setTheme('light')"
|
||||
>
|
||||
<Icon icon="sun3" />
|
||||
Light theme
|
||||
@@ -218,6 +219,7 @@
|
||||
v-close-popper
|
||||
class="menu-item menu-button"
|
||||
@click="setTheme('dark')"
|
||||
@touchstart="setTheme('dark')"
|
||||
>
|
||||
<Icon icon="moon" />
|
||||
Dark theme
|
||||
|
||||
@@ -83,5 +83,8 @@
|
||||
"postcss-custom-media": "^10.0.2",
|
||||
"postcss-nesting": "^12.0.2"
|
||||
},
|
||||
"version": "0.38.5"
|
||||
"version": "0.38.5",
|
||||
"imports": {
|
||||
"#/*": "./*.js"
|
||||
}
|
||||
}
|
||||
|
||||
2
static
2
static
Submodule static updated: 083dfa7120...d107cd9f45
Reference in New Issue
Block a user