add download for binary files

This commit is contained in:
Salem Yaslem 2024-11-04 14:19:36 +03:00
parent 8b1b7d7aa2
commit 3059a2f252

View File

@ -119,7 +119,7 @@ onMounted(async () => {
white-space: pre; white-space: pre;
padding: 1rem; padding: 1rem;
background-color: var(--v-theme-surface); background-color: var(--v-theme-surface);
height: calc(100vh - 120px); height: calc(100vh - 148px);
} }
.hex-container { .hex-container {