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/common | |
| parent | wip (diff) | |
| download | misskey-c627288bdeb23167edc04101cd985f02f4bc8ede.tar.gz misskey-c627288bdeb23167edc04101cd985f02f4bc8ede.tar.bz2 misskey-c627288bdeb23167edc04101cd985f02f4bc8ede.zip | |
wip
Diffstat (limited to 'src/client/app/common')
| -rw-r--r-- | src/client/app/common/views/pages/follow.vue | 2 | ||||
| -rw-r--r-- | src/client/app/common/views/widgets/posts-monitor.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/common/views/pages/follow.vue b/src/client/app/common/views/pages/follow.vue index 5e2d448d8b..ef7ee111e2 100644 --- a/src/client/app/common/views/pages/follow.vue +++ b/src/client/app/common/views/pages/follow.vue @@ -1,5 +1,5 @@ <template> -<div class="syxhndwprovvuqhmyvveewmbqayniwkv" v-if="!fetching" :data-darkmode="$store.state.device.darkmode"> +<div class="syxhndwprovvuqhmyvveewmbqayniwkv" v-if="!fetching"> <div class="signed-in-as" v-html="'%i18n:@signed-in-as%'.replace('{}', `<b>${myName}`)"></div> <main> diff --git a/src/client/app/common/views/widgets/posts-monitor.vue b/src/client/app/common/views/widgets/posts-monitor.vue index 09f766696b..18df1241a9 100644 --- a/src/client/app/common/views/widgets/posts-monitor.vue +++ b/src/client/app/common/views/widgets/posts-monitor.vue @@ -4,7 +4,7 @@ <template slot="header">%fa:chart-line%%i18n:@title%</template> <button slot="func" @click="toggle" title="%i18n:@toggle%">%fa:sort%</button> - <div class="qpdmibaztplkylerhdbllwcokyrfxeyj" :class="{ dual: props.view == 0 }" :data-darkmode="$store.state.device.darkmode"> + <div class="qpdmibaztplkylerhdbllwcokyrfxeyj" :class="{ dual: props.view == 0 }"> <svg :viewBox="`0 0 ${ viewBoxX } ${ viewBoxY }`" v-show="props.view != 2"> <defs> <linearGradient :id="localGradientId" x1="0" x2="0" y1="1" y2="0"> |