diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 14:26:20 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 14:26:20 +0900 |
| commit | c627288bdeb23167edc04101cd985f02f4bc8ede (patch) | |
| tree | 2809a024aa939d9cecf0231685472526ff246bf1 /src/client/app/mobile/views/components | |
| parent | wip (diff) | |
| download | misskey-c627288bdeb23167edc04101cd985f02f4bc8ede.tar.gz misskey-c627288bdeb23167edc04101cd985f02f4bc8ede.tar.bz2 misskey-c627288bdeb23167edc04101cd985f02f4bc8ede.zip | |
wip
Diffstat (limited to 'src/client/app/mobile/views/components')
| -rw-r--r-- | src/client/app/mobile/views/components/drive-file-chooser.vue | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/src/client/app/mobile/views/components/drive-file-chooser.vue b/src/client/app/mobile/views/components/drive-file-chooser.vue index 6d3fc2343a..5fca19939e 100644 --- a/src/client/app/mobile/views/components/drive-file-chooser.vue +++ b/src/client/app/mobile/views/components/drive-file-chooser.vue @@ -46,7 +46,7 @@ export default Vue.extend({ </script> <style lang="stylus" scoped> -root(isDark) +.cdxzvcfawjxdyxsekbxbfgtplebnoneb position fixed z-index 20000 top 0 @@ -59,11 +59,11 @@ root(isDark) > .body width 100% height 100% - background var(--face) + background var(--faceHeader) > header - border-bottom solid 1px isDark ? #1b1f29 : #eee - color isDark ? #fff : #111 + border-bottom solid 1px var(--faceDivider) + color var(--text) > h1 margin 0 @@ -96,10 +96,4 @@ root(isDark) overflow scroll -webkit-overflow-scrolling touch -.cdxzvcfawjxdyxsekbxbfgtplebnoneb[data-darkmode] - root(true) - -.cdxzvcfawjxdyxsekbxbfgtplebnoneb:not([data-darkmode]) - root(false) - </style> |