feat: equal-sized tabs and constantly updated tab titles

This commit is contained in:
Lucas Oskorep
2026-02-27 12:24:58 -05:00
parent a2aaaf8fc3
commit 6690eaf007
6 changed files with 46 additions and 8 deletions

View File

@@ -13,6 +13,7 @@
color: rgba(255, 255, 255, 0.5);
font-size: 11px;
font-weight: 400;
min-width: 0;
}
.aerospike-tab:hover {
@@ -28,4 +29,5 @@
.aerospike-tab-label {
font-size: 11px;
min-width: 0;
}