Small layout fixes

This commit is contained in:
Djuri 2024-07-10 00:53:09 +02:00
parent b8f621d32e
commit c5b4d59b06
3 changed files with 315 additions and 240 deletions

View file

@ -122,7 +122,7 @@
</svelte:head>
<Container fluid>
<Row cols={{ lg: 3, sm: 1 }}>
<Row cols={{ xl: 3, md: 2, sm: 1 }}>
<Control bind:settings bind:status></Control>
<Status bind:settings bind:status></Status>
<Settings bind:settings on:showToast={showToast} on:formReset={fetchSettingsData}></Settings>