diff --git a/vsphere_backup/templates/base.html b/vsphere_backup/templates/base.html
index d391e0e..676300c 100644
--- a/vsphere_backup/templates/base.html
+++ b/vsphere_backup/templates/base.html
@@ -111,7 +111,7 @@
box-shadow: 0 4px 12px rgba(99, 102, 241, 0.05);
font-weight: 600;
}
- .nav-link .icon { font-size: 18px; width: 22px; text-align: center; }
+ .nav-link .icon { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; }
.sidebar-footer {
padding: 20px 24px;
@@ -344,7 +344,14 @@