diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-28 14:54:16 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-28 14:54:16 +0900 |
| commit | 0a7c0f30fdd96b11246485b3a98f608b2cfc7407 (patch) | |
| tree | b1bde1289f98037003feec2398ff2d73f22ea918 /src/client/app/desktop/views/components/notes.note.vue | |
| parent | Implement delete note (diff) | |
| download | misskey-0a7c0f30fdd96b11246485b3a98f608b2cfc7407.tar.gz misskey-0a7c0f30fdd96b11246485b3a98f608b2cfc7407.tar.bz2 misskey-0a7c0f30fdd96b11246485b3a98f608b2cfc7407.zip | |
:art:
Diffstat (limited to 'src/client/app/desktop/views/components/notes.note.vue')
| -rw-r--r-- | src/client/app/desktop/views/components/notes.note.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue index f293ffacfb..570a100768 100644 --- a/src/client/app/desktop/views/components/notes.note.vue +++ b/src/client/app/desktop/views/components/notes.note.vue @@ -480,7 +480,6 @@ root(isDark) margin 0 padding 0 overflow-wrap break-word - font-size 1.1em color isDark ? #fff : #717171 > .text @@ -507,7 +506,6 @@ root(isDark) margin 0 padding 0 overflow-wrap break-word - font-size 1.1em color isDark ? #fff : #717171 >>> .title |