diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 00:54:37 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 00:54:37 +0900 |
| commit | 3cbdfcb43d4b4435d9ecd50657607979317d2749 (patch) | |
| tree | 2d6be458990576b4b9ae9b8eb61dd32f4ffdcba6 /src/client/app/mobile/views | |
| parent | wip (diff) | |
| download | misskey-3cbdfcb43d4b4435d9ecd50657607979317d2749.tar.gz misskey-3cbdfcb43d4b4435d9ecd50657607979317d2749.tar.bz2 misskey-3cbdfcb43d4b4435d9ecd50657607979317d2749.zip | |
wip
Diffstat (limited to 'src/client/app/mobile/views')
| -rw-r--r-- | src/client/app/mobile/views/components/note.vue | 2 | ||||
| -rw-r--r-- | src/client/app/mobile/views/components/notes.vue | 4 | ||||
| -rw-r--r-- | src/client/app/mobile/views/components/notifications.vue | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/client/app/mobile/views/components/note.vue b/src/client/app/mobile/views/components/note.vue index 2bfd8f8acc..a8b733fae7 100644 --- a/src/client/app/mobile/views/components/note.vue +++ b/src/client/app/mobile/views/components/note.vue @@ -232,7 +232,7 @@ export default Vue.extend({ root(isDark) font-size 12px - border-bottom solid 1px isDark ? #1c2023 : #eaeaea + border-bottom solid 1px var(--faceDivider) &:last-of-type border-bottom none diff --git a/src/client/app/mobile/views/components/notes.vue b/src/client/app/mobile/views/components/notes.vue index 539141954b..8841b0e6bf 100644 --- a/src/client/app/mobile/views/components/notes.vue +++ b/src/client/app/mobile/views/components/notes.vue @@ -245,7 +245,7 @@ root(isDark) font-size 0.9em color isDark ? #666b79 : #aaa background isDark ? #242731 : #fdfdfd - border-bottom solid 1px isDark ? #1c2023 : #eaeaea + border-bottom solid 1px var(--faceDivider) span margin 0 16px @@ -276,7 +276,7 @@ root(isDark) > footer text-align center - border-top solid 1px isDark ? #1c2023 : #eaeaea + border-top solid 1px var(--faceDivider) &:empty display none diff --git a/src/client/app/mobile/views/components/notifications.vue b/src/client/app/mobile/views/components/notifications.vue index 11ac23f4b1..8243a9bfb3 100644 --- a/src/client/app/mobile/views/components/notifications.vue +++ b/src/client/app/mobile/views/components/notifications.vue @@ -126,7 +126,7 @@ root(isDark) > .notifications > .mk-notification:not(:last-child) - border-bottom solid 1px isDark ? #1c2023 : #eaeaea + border-bottom solid 1px var(--faceDivider) > .date display block @@ -136,7 +136,7 @@ root(isDark) font-size 0.8em color isDark ? #666b79 : #aaa background isDark ? #242731 : #fdfdfd - border-bottom solid 1px isDark ? #1c2023 : #eaeaea + border-bottom solid 1px var(--faceDivider) span margin 0 16px |