refactor(updates): improve package table readability

This commit is contained in:
2026-06-20 20:01:39 -05:00
parent d97390694f
commit dd4c565ec7

View File

@@ -1128,6 +1128,20 @@ body[data-bs-theme="light"] .theme-card {
vertical-align: middle;
}
.updates-packages-table th {
font-size: 0.74rem;
letter-spacing: 0.08em;
text-transform: uppercase;
white-space: nowrap;
}
.updates-packages-table td:nth-child(2),
.updates-packages-table td:nth-child(3),
.updates-packages-table td:nth-child(4) {
font-family: "JetBrains Mono", "Consolas", monospace;
font-size: 0.8rem;
}
.group-icon-field {
width: 100%;
display: flex;