From 4c06683e95630bd03d50165e736849697cc90abf Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 12 May 2025 00:05:04 +0400 Subject: [PATCH 1/2] refac: Vazirmatn --- src/app.css | 2 +- src/tailwind.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app.css b/src/app.css index 588247164..5cfdd8df0 100644 --- a/src/app.css +++ b/src/app.css @@ -81,7 +81,7 @@ textarea::placeholder { } .font-primary { - font-family: 'Archivo', sans-serif; + font-family: 'Archivo', 'Vazirmatn', sans-serif; } .drag-region { diff --git a/src/tailwind.css b/src/tailwind.css index bd9ce9915..bf191262f 100644 --- a/src/tailwind.css +++ b/src/tailwind.css @@ -23,8 +23,8 @@ @layer base { html, pre { - font-family: -apple-system, BlinkMacSystemFont, 'Inter', ui-sans-serif, system-ui, 'Segoe UI', - Roboto, Ubuntu, Cantarell, 'Vazirmatn', 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, + font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Vazirmatn', ui-sans-serif, system-ui, + 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } From f32b042a00fa80c115636ac24361d717f2ea0ca5 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 12 May 2025 01:08:49 +0400 Subject: [PATCH 2/2] refac --- src/lib/components/admin/Users/UserList.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/admin/Users/UserList.svelte b/src/lib/components/admin/Users/UserList.svelte index f9b0b7937..61816780b 100644 --- a/src/lib/components/admin/Users/UserList.svelte +++ b/src/lib/components/admin/Users/UserList.svelte @@ -167,7 +167,7 @@ /> -{#if ($config?.license_metadata?.seats ?? null) !== null && users.length > $config?.license_metadata?.seats} +{#if ($config?.license_metadata?.seats ?? null) !== null && total && total > $config?.license_metadata?.seats}