web/ProcessingQueue: make storage info text thicker

This commit is contained in:
wukko 2025-03-29 13:44:24 +06:00
parent af8cbb1093
commit ccf6546065
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -18,7 +18,6 @@
import IconX from "@tabler/icons-svelte/IconX.svelte";
let popover: SvelteComponent;
let quotaUsage = 0;
const updateQuota = async () => {
@ -73,7 +72,6 @@
/>
<PopoverContainer
bind:this={popover}
id="processing-popover"
expanded={$queueVisible}
expandStart="right"
@ -166,6 +164,7 @@
.storage-info {
font-size: 12px;
font-weight: 500;
color: var(--gray);
}