summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-12-29 05:55:09 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-12-29 05:55:09 +0900
commitcb106e6fe45c894c105ffc40d25dff3e5ebb3723 (patch)
tree9c24b9a04542b1b2c3067a094c6383c6256269e2 /src/client
parentMerge pull request #3750 from syuilo/l10n_develop (diff)
downloadmisskey-cb106e6fe45c894c105ffc40d25dff3e5ebb3723.tar.gz
misskey-cb106e6fe45c894c105ffc40d25dff3e5ebb3723.tar.bz2
misskey-cb106e6fe45c894c105ffc40d25dff3e5ebb3723.zip
:art:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/common/views/components/menu.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/app/common/views/components/menu.vue b/src/client/app/common/views/components/menu.vue
index d601c74e7d..fb1b66a925 100644
--- a/src/client/app/common/views/components/menu.vue
+++ b/src/client/app/common/views/components/menu.vue
@@ -1,5 +1,5 @@
<template>
-<div class="onchrpzrvnoruiaenfcqvccjfuupzzwv" :class="{ big: $root.isMobile }">
+<div class="onchrpzrvnoruiaenfcqvccjfuupzzwv" :class="{ isMobile: $root.isMobile }">
<div class="backdrop" ref="backdrop" @click="close"></div>
<div class="popover" :class="{ hukidasi }" ref="popover">
<template v-for="item, i in items">
@@ -125,8 +125,10 @@ export default Vue.extend({
position initial
- &.big
+ &.isMobile
> .popover
+ border none
+
> button
font-size 15px