diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 19:59:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 19:59:19 +0900 |
| commit | 8e3dd75c8577633acbe2dfefd41119e3991de8a5 (patch) | |
| tree | 816669c36d08c0d8f9b359420005f6568d5c5d71 /src/client/app/mobile/views/components/notes.vue | |
| parent | wip (diff) | |
| download | misskey-8e3dd75c8577633acbe2dfefd41119e3991de8a5.tar.gz misskey-8e3dd75c8577633acbe2dfefd41119e3991de8a5.tar.bz2 misskey-8e3dd75c8577633acbe2dfefd41119e3991de8a5.zip | |
wip
Diffstat (limited to 'src/client/app/mobile/views/components/notes.vue')
| -rw-r--r-- | src/client/app/mobile/views/components/notes.vue | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/client/app/mobile/views/components/notes.vue b/src/client/app/mobile/views/components/notes.vue index 9153b1d551..8f0a1ef196 100644 --- a/src/client/app/mobile/views/components/notes.vue +++ b/src/client/app/mobile/views/components/notes.vue @@ -217,9 +217,7 @@ export default Vue.extend({ </script> <style lang="stylus" scoped> - - -root(isDark) +.mk-notes overflow hidden background var(--face) border-radius 8px @@ -293,10 +291,4 @@ root(isDark) &:disabled opacity 0.7 -.mk-notes[data-darkmode] - root(true) - -.mk-notes:not([data-darkmode]) - root(false) - </style> |