Some minor changes for 2.0.0 (#4621)

This commit is contained in:
Louis Lam
2024-03-26 15:17:52 +08:00
committed by GitHub
parent 45690a25a0
commit e927327bad
4 changed files with 1808 additions and 1595 deletions

View File

@@ -28,7 +28,7 @@
</button>
</div>
<div class="my-4">
<div class="my-3">
<div v-if="$root.info.dbType === 'sqlite'" class="my-3">
<button class="btn btn-outline-info me-2" @click="shrinkDatabase">
{{ $t("Shrink Database") }} ({{ databaseSizeDisplay }})
</button>