Reduce dashboard tab padding and font, enlarge icons

This commit is contained in:
Bruno Charest 2026-05-27 15:09:08 -04:00
parent b879163052
commit b5aae2b2fd

View File

@ -2986,14 +2986,14 @@ body.resizing-v {
}
.dashboard-tab {
padding: 8px 8px;
font-size: 0.7rem;
gap: 3px;
padding: 8px 6px;
font-size: 0;
gap: 0;
}
.dashboard-tab i, .dashboard-tab svg {
width: 12px !important;
height: 12px !important;
width: 16px !important;
height: 16px !important;
}
.breadcrumb {