diff options
author | Vitaly Takmazov | 2019-05-31 15:19:11 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 7d907285356628a6c9478ee655a333fb191cdb5d (patch) | |
tree | e156e10dabd806e17335bbb7ebfd59b3e8892a6c /vnext/src/ui/Avatar.css | |
parent | b6983fd90a1ec09630bb0996e13669c07cf0b594 (diff) |
Thread styling
Diffstat (limited to 'vnext/src/ui/Avatar.css')
-rw-r--r-- | vnext/src/ui/Avatar.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vnext/src/ui/Avatar.css b/vnext/src/ui/Avatar.css index 7bdb3115..f48f2b9e 100644 --- a/vnext/src/ui/Avatar.css +++ b/vnext/src/ui/Avatar.css @@ -1,6 +1,5 @@ .Avatar { display: flex; - width: 100%; } .msg-avatar { max-height: 48px; @@ -19,9 +18,3 @@ padding: 6px; vertical-align: middle; } - -@media screen and (min-width: 450px) { - .Avatar { - width: 300px; - } -} |