This commit is contained in:
syuilo 2019-02-15 19:40:11 +09:00
parent d52e671adf
commit 0064dbb010
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -18,7 +18,7 @@
<x-account v-if="$store.getters.isSignedIn"/>
<x-notifications v-if="$store.getters.isSignedIn"/>
<x-post v-if="$store.getters.isSignedIn"/>
<x-clock v-if="$store.state.settings.showClockOnHeader"/>
<x-clock v-if="$store.state.settings.showClockOnHeader" class="clock"/>
</div>
</div>
</div>
@ -152,7 +152,7 @@ export default Vue.extend({
vertical-align top
@media (max-width 1100px)
> .mk-ui-header-search
> .clock
display none
</style>