ui: Fix responsiveness on home page
This commit is contained in:
parent
2246e00948
commit
d319587dab
@ -10,7 +10,7 @@
|
|||||||
{#if $settings}
|
{#if $settings}
|
||||||
{#if $settings.end - $settings.start > 0}
|
{#if $settings.end - $settings.start > 0}
|
||||||
<div
|
<div
|
||||||
class="clock display-2"
|
class="clock display-2 text-end text-md-center"
|
||||||
class:expired={$time.expired}
|
class:expired={$time.expired}
|
||||||
class:end={$time.end}
|
class:end={$time.end}
|
||||||
class:wait={$time.startIn}
|
class:wait={$time.startIn}
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<Row cols="3">
|
<Row cols={{ lg: 3, md: 2, sm: 1 }}>
|
||||||
{#each Object.keys($themes) as th, index}
|
{#each Object.keys($themes) as th, index}
|
||||||
<Col class="mb-3">
|
<Col class="mb-3">
|
||||||
<CardTheme
|
<CardTheme
|
||||||
|
Loading…
Reference in New Issue
Block a user