aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Avatar.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-12 16:33:32 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit4addb7844bae51007acea9873a12d731cfb58af6 (patch)
treefbddd9bd84532c62aebc95c71dd227f752caa9eb /vnext/src/components/Avatar.css
parente7b32a80cdcf0fa9ca97c14cda33db6d81b451d6 (diff)
Avatar styling
Diffstat (limited to 'vnext/src/components/Avatar.css')
-rw-r--r--vnext/src/components/Avatar.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/vnext/src/components/Avatar.css b/vnext/src/components/Avatar.css
new file mode 100644
index 00000000..d30686ed
--- /dev/null
+++ b/vnext/src/components/Avatar.css
@@ -0,0 +1,21 @@
+.Avatar {
+ display: flex;
+ padding: 12px;
+ width: 100%;
+}
+.msg-avatar {
+ max-height: 48px;
+ margin-right: 10px;
+ max-width: 48px;
+}
+.msg-avatar img {
+ max-height: 48px;
+ vertical-align: top;
+ max-width: 48px;
+}
+
+@media screen and (min-width: 450px) {
+ .Avatar {
+ width: 300px;
+ }
+} \ No newline at end of file