From 438225f31d677a5c569a4eed477269ba4b27972d Mon Sep 17 00:00:00 2001 From: "smx.pusha" <139338836+smxpusha@users.noreply.github.com> Date: Tue, 18 Aug 2026 13:32:36 +0200 Subject: [PATCH] FIX - raise VaultX activity filter content Move the grouped Activity icons and labels three pixels upward to match the intended optical alignment inside the segmented control. --- frontend/src/views/apps/CryptoApp.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/apps/CryptoApp.vue b/frontend/src/views/apps/CryptoApp.vue index ab3b5dd..6e64029 100644 --- a/frontend/src/views/apps/CryptoApp.vue +++ b/frontend/src/views/apps/CryptoApp.vue @@ -3590,6 +3590,7 @@ onUnmounted(() => { min-height: 15px; line-height: 1; white-space: nowrap; + transform: translateY(-3px); } .activity-filters :deep(.activity-filter-content svg) { display: block;