diff options
author | Vitaly Takmazov | 2019-05-04 21:13:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | f470636a70943a8ecad8bddc791a1c2dddd28e1e (patch) | |
tree | c43d109d88adbde9a696084070cdd92c6b9a004b /vnext/src/components/Chat.css | |
parent | 3d7d213e3ddc5bf4f71d536f31677b768aa3b7c0 (diff) |
Components -> UI
Diffstat (limited to 'vnext/src/components/Chat.css')
-rw-r--r-- | vnext/src/components/Chat.css | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vnext/src/components/Chat.css b/vnext/src/components/Chat.css deleted file mode 100644 index 520a5c9b..00000000 --- a/vnext/src/components/Chat.css +++ /dev/null @@ -1,9 +0,0 @@ -.Chat_messages { - box-sizing: border-box; - padding: 0 20px; - overflow-y: auto; - height: 450px; - display: flex; - flex-direction: column-reverse; - width: 100%; -} |