fix: fixing button groups on the mobile version

This commit is contained in:
Yurii
2024-04-11 03:13:39 +03:00
parent a14281924f
commit 73da3ee07a
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
<input type="file" name="settings" id="restore-file" accept=".json">
</label>
<div role="group">
<div class="grid">
<button type="submit">Restore</button>
<button type="button" class="secondary" onclick="window.location='/api/backup/save';">Backup</button>
</div>