summaryrefslogtreecommitdiff
path: root/src/client/app/desktop/views/pages/deck
diff options
context:
space:
mode:
authorIvan <iVAN2002@users.noreply.github.com>2018-11-28 23:02:35 +0300
committersyuilo <Syuilotan@yahoo.co.jp>2018-11-29 05:02:35 +0900
commitbb0cb0a8664efff534ac4c79d446fdf2cfb2a980 (patch)
treed739d51be2746590dba4975f16d735c6e485d8ad /src/client/app/desktop/views/pages/deck
parentUpdate profile-editor.vue (#3424) (diff)
downloadmisskey-bb0cb0a8664efff534ac4c79d446fdf2cfb2a980.tar.gz
misskey-bb0cb0a8664efff534ac4c79d446fdf2cfb2a980.tar.bz2
misskey-bb0cb0a8664efff534ac4c79d446fdf2cfb2a980.zip
Fix bad style in deck column options and other things (#3412)
* Fix wrong text color in empty timeline (#3268) * Whoops * Fix wrong text color in deck options (#3268) * Some padding to make it look less ugly * Fix wrong text color in user lists menu (#3268) * Fix wrong text color of footer on welcome screen (mobile) (#3268) * Fix misalignment of icons and text in menu (mobile) (#3289) * Fix wrong text color in empty timeline (mobile) (#3268)
Diffstat (limited to 'src/client/app/desktop/views/pages/deck')
-rw-r--r--src/client/app/desktop/views/pages/deck/deck.tl-column.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/pages/deck/deck.tl-column.vue b/src/client/app/desktop/views/pages/deck/deck.tl-column.vue
index 97d69ae888..bc5e045373 100644
--- a/src/client/app/desktop/views/pages/deck/deck.tl-column.vue
+++ b/src/client/app/desktop/views/pages/deck/deck.tl-column.vue
@@ -10,7 +10,7 @@
<span>{{ name }}</span>
</span>
- <div class="editor" style="padding:0 12px" v-if="edit">
+ <div class="editor" style="padding:12px" v-if="edit">
<ui-switch v-model="column.isMediaOnly" @change="onChangeSettings">{{ $t('is-media-only') }}</ui-switch>
<ui-switch v-model="column.isMediaView" @change="onChangeSettings">{{ $t('is-media-view') }}</ui-switch>
</div>