Web: use small font for job blocklist
This commit is contained in:
parent
b6d8882b8e
commit
9d65f6f4de
@ -65,7 +65,7 @@ onMounted(refreshBlocklist);
|
|||||||
table.blocklist {
|
table.blocklist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-family: var(--font-family-mono);
|
font-family: var(--font-family-mono);
|
||||||
font-size: var(--font-size-base);
|
font-size: var(--font-size-sm);
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -77,7 +77,6 @@ table.blocklist th {
|
|||||||
|
|
||||||
table.blocklist th {
|
table.blocklist th {
|
||||||
color: var(--color-text-muted);
|
color: var(--color-text-muted);
|
||||||
font-size: var(--font-size-sm);
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user