summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-26 18:59:26 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-26 18:59:26 +0900
commit522e3d7f5978ce04fafec8ce7b4986a161067505 (patch)
tree9dd840e3762761d68c702aefe1e224c79ba1d9d9 /src/web
parent:v: (diff)
downloadmisskey-522e3d7f5978ce04fafec8ce7b4986a161067505.tar.gz
misskey-522e3d7f5978ce04fafec8ce7b4986a161067505.tar.bz2
misskey-522e3d7f5978ce04fafec8ce7b4986a161067505.zip
:blowfish:
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/common/views/widgets/slideshow.vue7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/web/app/common/views/widgets/slideshow.vue b/src/web/app/common/views/widgets/slideshow.vue
index eb83c65701..df6cb900d3 100644
--- a/src/web/app/common/views/widgets/slideshow.vue
+++ b/src/web/app/common/views/widgets/slideshow.vue
@@ -1,5 +1,5 @@
<template>
-<div class="mkw-slideshow">
+<div class="mkw-slideshow" :data-mobile="isMobile">
<div @click="choose">
<p v-if="props.folder === undefined">
<template v-if="isCustomizeMode">フォルダを指定するには、カスタマイズモードを終了してください</template>
@@ -122,6 +122,11 @@ export default define({
border solid 1px rgba(0, 0, 0, 0.075)
border-radius 6px
+ &[data-mobile]
+ border none
+ border-radius 8px
+ box-shadow 0 0 0 1px rgba(0, 0, 0, 0.2)
+
> div
width 100%
height 100%