From e544d7068bab4ea77fff0e6decd9a32bf8360ac6 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 29 Jun 2025 01:14:06 -0300 Subject: [PATCH] style: improve the look of secondary navbar buttons (profile and calc) --- app/templates/includes/navbar.html | 14 +++++++------- app/templates/includes/navbar/user_menu.html | 5 +++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/app/templates/includes/navbar.html b/app/templates/includes/navbar.html index 7dc801a..c4e62fc 100644 --- a/app/templates/includes/navbar.html +++ b/app/templates/includes/navbar.html @@ -12,7 +12,7 @@ diff --git a/app/templates/includes/navbar/user_menu.html b/app/templates/includes/navbar/user_menu.html index dd54e57..224c09e 100644 --- a/app/templates/includes/navbar/user_menu.html +++ b/app/templates/includes/navbar/user_menu.html @@ -1,9 +1,10 @@ {% load settings %} {% load i18n %}