From 3059a2f252ab720f5e441889595de5748a2c7eff Mon Sep 17 00:00:00 2001 From: Salem Yaslem Date: Mon, 4 Nov 2024 14:19:36 +0300 Subject: [PATCH] add download for binary files --- components/media/binary-viewer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/media/binary-viewer.vue b/components/media/binary-viewer.vue index de3755b..101e474 100644 --- a/components/media/binary-viewer.vue +++ b/components/media/binary-viewer.vue @@ -119,7 +119,7 @@ onMounted(async () => { white-space: pre; padding: 1rem; background-color: var(--v-theme-surface); - height: calc(100vh - 120px); + height: calc(100vh - 148px); } .hex-container {