Make file modal buttons same size

This commit is contained in:
2026-05-18 16:20:26 +00:00
parent ce9a8fe2c4
commit 3037d4078c

View File

@@ -549,8 +549,8 @@
<div class="flex items-center justify-between mb-2"> <div class="flex items-center justify-between mb-2">
<div class="text-lg font-medium">Files</div> <div class="text-lg font-medium">Files</div>
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">
<a href="/api/files/zip/${path_b64}" class="rounded-lg border px-2 py-1 text-xs dark:border-gray-600">Download All</a> <a href="/api/files/zip/${path_b64}" class="rounded-xl border px-3 py-2 text-sm dark:border-gray-600">Download All</a>
<button class="dlgClose rounded-lg border px-2 py-1 text-xs dark:border-gray-600">Close</button> <button class="dlgClose rounded-xl border px-3 py-2 text-sm dark:border-gray-600">Close</button>
</div> </div>
</div> </div>
<div class="flex-1 overflow-auto"> <div class="flex-1 overflow-auto">