forked from btclock/webui
Small layout fixes
This commit is contained in:
parent
b8f621d32e
commit
c5b4d59b06
3 changed files with 315 additions and 240 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue