feeat: improve icons, update screenshots

This commit is contained in:
2025-10-14 10:38:47 +02:00
parent fa6d72ea62
commit f77973a876
7 changed files with 27 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
/* Slight rotation for the Topology icon in the main navigation only */
.main-navigation .nav-left .nav-tab[data-view="topology"] > svg {
transform: rotate(-90deg);
transform-origin: 50% 50%;
}
* {
margin: 0;
padding: 0;
@@ -27,6 +32,12 @@ h3 > svg,
vertical-align: middle;
}
/* Navigation icons slightly larger for readability */
.nav-tab > svg {
width: 18px;
height: 18px;
}
/* Monitoring view: slightly larger summary stat icons */
.summary-stats .stat-icon > svg {
width: 22px;