diff options
author | Vitaly Takmazov | 2022-11-06 04:30:51 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 8c2b2cee1f8701479bafbd69069847e50e8f0d67 (patch) | |
tree | da01fcbc17b705a74cb4b37b1b06d4b30dbaab29 /vnext/src/ui/Chat.css | |
parent | 7b14a8f3faf7672f0aefbf93d5c37f62a169b535 (diff) |
webpack -> postcss+esbuild
Diffstat (limited to 'vnext/src/ui/Chat.css')
-rw-r--r-- | vnext/src/ui/Chat.css | 9 |
1 files changed, 0 insertions, 9 deletions
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%; -} |