diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-01 08:08:08 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-01 08:08:08 +0900 |
| commit | d83efecc94871633ccac804b4435327a0be72432 (patch) | |
| tree | 0e1898ef3bb5709b6325a9f7af0b6d26e5e28c2d /src/client/app/mobile/views/components/note.sub.vue | |
| parent | Update compose-notification.ts (diff) | |
| download | misskey-d83efecc94871633ccac804b4435327a0be72432.tar.gz misskey-d83efecc94871633ccac804b4435327a0be72432.tar.bz2 misskey-d83efecc94871633ccac804b4435327a0be72432.zip | |
文字サイズを設定できるように
Diffstat (limited to 'src/client/app/mobile/views/components/note.sub.vue')
| -rw-r--r-- | src/client/app/mobile/views/components/note.sub.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/mobile/views/components/note.sub.vue b/src/client/app/mobile/views/components/note.sub.vue index 0f7363b2aa..b951947f2a 100644 --- a/src/client/app/mobile/views/components/note.sub.vue +++ b/src/client/app/mobile/views/components/note.sub.vue @@ -115,6 +115,7 @@ export default Vue.extend({ margin 0 padding 0 color var(--subNoteText) + font-size calc(1em + var(--fontSize)) pre max-height 120px |