summaryrefslogtreecommitdiff
path: root/src/client/app
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-16 04:27:10 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-16 04:27:10 +0900
commita680bcda1fdb6f0658fea1c99cc115ce10e190c5 (patch)
tree1ccf512c663fddc222d40005b20477cbce2b502d /src/client/app
parent:v: (diff)
downloadmisskey-a680bcda1fdb6f0658fea1c99cc115ce10e190c5.tar.gz
misskey-a680bcda1fdb6f0658fea1c99cc115ce10e190c5.tar.bz2
misskey-a680bcda1fdb6f0658fea1c99cc115ce10e190c5.zip
Fix
Diffstat (limited to 'src/client/app')
-rw-r--r--src/client/app/desktop/views/components/media-video.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/app/desktop/views/components/media-video.vue b/src/client/app/desktop/views/components/media-video.vue
index 8af5f9b07e..d2752b0c95 100644
--- a/src/client/app/desktop/views/components/media-video.vue
+++ b/src/client/app/desktop/views/components/media-video.vue
@@ -27,6 +27,7 @@
<script lang="ts">
import Vue from 'vue';
import MkMediaVideoDialog from './media-video-dialog.vue';
+
export default Vue.extend({
props: {
video: {
@@ -72,6 +73,7 @@ export default Vue.extend({
width 100%
height 100%
border-radius 4px
+
.thumbnail
display flex
justify-content center
@@ -83,16 +85,19 @@ export default Vue.extend({
background-size cover
width 100%
height 100%
+
.uofhebxjdgksfmltszlxurtjnjjsvioh
display flex
justify-content center
align-items center
background #111
color #fff
+
> div
display table-cell
text-align center
font-size 12px
+
> b
display block
</style>