From 73cf06a855b735f1010a889c7822a21042a026d8 Mon Sep 17 00:00:00 2001 From: JovannMC Date: Mon, 24 Feb 2025 12:56:31 +0300 Subject: [PATCH] chore: update video text --- src/routes/+page.svelte | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 206721f..0f3ea86 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -74,7 +74,7 @@ Images -
+

Fully supported

@@ -97,7 +97,7 @@ Audio
-
+

Fully supported

@@ -119,12 +119,13 @@
Video *
-
+

- Video requires special setup. Learn morehere.

@@ -154,6 +155,10 @@ @apply flex items-center justify-center gap-3 text-xl; } + .file-category-card-content { + @apply flex flex-col text-center justify-between; + } + .icon-container { @apply p-2 rounded-full text-on-accent; }