diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-19 15:05:39 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-19 15:05:39 +0900 |
| commit | 7a270275efcb49c182db5db73ce10c65ba6ad3ff (patch) | |
| tree | 4eb87d011ec38b23ed123d713b6640cc4ac9e2ea /src/client/app/mobile | |
| parent | Add doc (diff) | |
| download | misskey-7a270275efcb49c182db5db73ce10c65ba6ad3ff.tar.gz misskey-7a270275efcb49c182db5db73ce10c65ba6ad3ff.tar.bz2 misskey-7a270275efcb49c182db5db73ce10c65ba6ad3ff.zip | |
Add new text syntax
And some fixes
Diffstat (limited to 'src/client/app/mobile')
| -rw-r--r-- | src/client/app/mobile/views/components/note.vue | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/app/mobile/views/components/note.vue b/src/client/app/mobile/views/components/note.vue index 5d3a6c7362..71fa43aea2 100644 --- a/src/client/app/mobile/views/components/note.vue +++ b/src/client/app/mobile/views/components/note.vue @@ -391,6 +391,18 @@ export default Vue.extend({ font-size 1.1em color #717171 + >>> .title + display block + margin-bottom 4px + padding 4px + font-size 90% + text-align center + background #eef1f3 + border-radius 4px + + >>> .code + margin 8px 0 + >>> .quote margin 8px padding 6px 12px |