From e757074056b32e564f63a503eef0be019f4f60f0 Mon Sep 17 00:00:00 2001 From: ilhooq Date: Tue, 10 Sep 2024 00:11:13 +0200 Subject: [PATCH] =?UTF-8?q?Int=C3=A9gration=20clipboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite/src/ChatApp.svelte | 29 +++++++++++++++++++---------- vite/src/ChatMessage.svelte | 18 ++---------------- vite/src/styles/_fonts.scss | 3 +++ vite/src/styles/site.scss | 35 +++++++++++++++++++++++++++++++++++ web/fonts/icomoon.eot | Bin 2484 -> 2600 bytes web/fonts/icomoon.svg | 1 + web/fonts/icomoon.ttf | Bin 2320 -> 2436 bytes web/fonts/icomoon.woff | Bin 2396 -> 2512 bytes 8 files changed, 60 insertions(+), 26 deletions(-) diff --git a/vite/src/ChatApp.svelte b/vite/src/ChatApp.svelte index b65a6da..085fd95 100644 --- a/vite/src/ChatApp.svelte +++ b/vite/src/ChatApp.svelte @@ -1,7 +1,7 @@