mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-30 14:34:27 +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";
|
import IconX from "@tabler/icons-svelte/IconX.svelte";
|
||||||
|
|
||||||
let popover: SvelteComponent;
|
|
||||||
let quotaUsage = 0;
|
let quotaUsage = 0;
|
||||||
|
|
||||||
const updateQuota = async () => {
|
const updateQuota = async () => {
|
||||||
@ -73,7 +72,6 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<PopoverContainer
|
<PopoverContainer
|
||||||
bind:this={popover}
|
|
||||||
id="processing-popover"
|
id="processing-popover"
|
||||||
expanded={$queueVisible}
|
expanded={$queueVisible}
|
||||||
expandStart="right"
|
expandStart="right"
|
||||||
@ -166,6 +164,7 @@
|
|||||||
|
|
||||||
.storage-info {
|
.storage-info {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
font-weight: 500;
|
||||||
color: var(--gray);
|
color: var(--gray);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user