diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-15 17:31:45 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-15 17:31:45 +0900 |
| commit | e9bc9b8675d2408e9577a0f2165dc5054c991631 (patch) | |
| tree | 4656b085827da1bbcc9591824132d311f772310b /src/client/components | |
| parent | Improve usability (diff) | |
| download | misskey-e9bc9b8675d2408e9577a0f2165dc5054c991631.tar.gz misskey-e9bc9b8675d2408e9577a0f2165dc5054c991631.tar.bz2 misskey-e9bc9b8675d2408e9577a0f2165dc5054c991631.zip | |
Fix bug
Diffstat (limited to 'src/client/components')
| -rw-r--r-- | src/client/components/header-clock.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/header-clock.vue b/src/client/components/header-clock.vue index ebcf606896..696fd4eb67 100644 --- a/src/client/components/header-clock.vue +++ b/src/client/components/header-clock.vue @@ -7,7 +7,7 @@ <span class="hhnn">{{ hh }}<span :style="{ visibility: now.getSeconds() % 2 == 0 ? 'visible' : 'hidden' }">:</span>{{ nn }}</span> </time> </div> - <div class="content _panel"> + <div class="content _panel _ghost"> <mk-clock/> </div> </div> |