refactor(updates): improve package table readability
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user