mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
web/ProcessingQueue: make storage info text thicker
This commit is contained in:
parent
af8cbb1093
commit
ccf6546065
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user