feat(Download): incompatibility warning

resolves #83
This commit is contained in:
afn
2023-05-20 18:21:55 -04:00
committed by GitHub
parent 344f976e7f
commit 315fdb77bb
5 changed files with 102 additions and 38 deletions

View File

@@ -125,11 +125,12 @@
</Svg>
</button>
</div>
<div class="buttons">
<Button kind="tertiary" on:click={clear_and_reload}>Clear cache</Button>
<Button kind="tertiary" on:click={save}>Save</Button>
</div>
</div>
<svelte:fragment slot="buttons">
<Button type="text" on:click={clear_and_reload}>Clear cache</Button>
<Button type="text" on:click={save}>Save</Button>
</svelte:fragment>
</Modal>
<style>
@@ -157,22 +158,17 @@
position: relative;
}
.buttons {
display: flex;
justify-content: flex-end;
gap: 2rem;
margin-top: 2rem;
}
input {
width: 100%;
position: relative;
padding-right: 3rem;
margin-top: 1rem;
}
#button-reset {
position: absolute;
right: 12px;
top: 14px;
top: 30px;
}
nav {