🎨
This commit is contained in:
parent
d52e671adf
commit
0064dbb010
@ -18,7 +18,7 @@
|
|||||||
<x-account v-if="$store.getters.isSignedIn"/>
|
<x-account v-if="$store.getters.isSignedIn"/>
|
||||||
<x-notifications v-if="$store.getters.isSignedIn"/>
|
<x-notifications v-if="$store.getters.isSignedIn"/>
|
||||||
<x-post 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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -152,7 +152,7 @@ export default Vue.extend({
|
|||||||
vertical-align top
|
vertical-align top
|
||||||
|
|
||||||
@media (max-width 1100px)
|
@media (max-width 1100px)
|
||||||
> .mk-ui-header-search
|
> .clock
|
||||||
display none
|
display none
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user