diff options
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%; -} |