From 364c76633ec28772a5af3c7ded21cb329ae0b1bf Mon Sep 17 00:00:00 2001 From: kldk-lab Date: Sun, 26 Jan 2025 23:27:29 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D1=82=D0=B8=D0=BB=D0=B8=20=D0=B2=20?= =?UTF-8?q?=D0=B4=D1=80=D1=83=D0=B3=D0=BE=D0=B9=20=D0=BF=D0=B0=D0=BF=D0=BA?= =?UTF-8?q?=D0=B5=20=D0=BD=D1=8B=D0=BD=D1=87=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.tcss | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 styles.tcss diff --git a/styles.tcss b/styles.tcss deleted file mode 100644 index fe9b9c1..0000000 --- a/styles.tcss +++ /dev/null @@ -1,20 +0,0 @@ -#chats { - width: 30%; -} - -#dialog { - width: 70%; -} - -Chat { - height: 3; -} - -Rule { - color: #FFFFFF; -} - -Placeholder { - height: 3; - padding: 1; -}