From 94681e20c1571aa6083acff0af151237d3646ad7 Mon Sep 17 00:00:00 2001 From: "smx.pusha" <139338836+smxpusha@users.noreply.github.com> Date: Tue, 18 Aug 2026 13:30:25 +0200 Subject: [PATCH] FIX - center VaultX activity filters Remove the extra vertical translation from the grouped Activity filter content so icons and labels use the segmented button's exact flex center. --- frontend/src/views/apps/CryptoApp.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/views/apps/CryptoApp.vue b/frontend/src/views/apps/CryptoApp.vue index 73d039b..ab3b5dd 100644 --- a/frontend/src/views/apps/CryptoApp.vue +++ b/frontend/src/views/apps/CryptoApp.vue @@ -3590,7 +3590,6 @@ onUnmounted(() => { min-height: 15px; line-height: 1; white-space: nowrap; - transform: translateY(1px); } .activity-filters :deep(.activity-filter-content svg) { display: block;