From 43dc15e13504d753b652a15ebd6f9d4325537472 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Wed, 11 Jun 2025 04:08:43 -0600 Subject: [PATCH] navbar animada con eventos sse --- ui/src/components/ui/NavBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/ui/NavBar.vue b/ui/src/components/ui/NavBar.vue index 1c501fb..2582ec7 100644 --- a/ui/src/components/ui/NavBar.vue +++ b/ui/src/components/ui/NavBar.vue @@ -171,7 +171,7 @@ ul { list-style: none; padding-left: 0; } } .nav-link.notified { - transform: translateX(4px); + transform: translateX(10px); } /* Scrollbar styling using primary color */