From 8c2b2cee1f8701479bafbd69069847e50e8f0d67 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 6 Nov 2022 04:30:51 +0300 Subject: webpack -> postcss+esbuild --- vnext/src/ui/Chat.css | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 vnext/src/ui/Chat.css (limited to 'vnext/src/ui/Chat.css') diff --git a/vnext/src/ui/Chat.css b/vnext/src/ui/Chat.css deleted file mode 100644 index 1ea35840..00000000 --- a/vnext/src/ui/Chat.css +++ /dev/null @@ -1,9 +0,0 @@ -.Chat_messages { - box-sizing: border-box; - padding: 0 20px; - overflow-y: auto; - height: 100%; - display: flex; - flex-direction: column-reverse; - width: 100%; -} -- cgit v1.2.3