summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'webclient/app.css')
-rw-r--r--webclient/app.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css
index b49ebef1ba..324928c892 100644
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -62,6 +62,11 @@ h1 {
     width: 100%;
 }
 
+.blink {
+    display: none ! important;
+    background-color: #faa;
+}
+
 /*** Participant list ***/
 
 #usersTableWrapper {
@@ -90,6 +95,7 @@ h1 {
 .userAvatar .userAvatarImage {
     position: absolute;
     top: 0px;
+    object-fit: cover;    
 }
 
 .userAvatar .userAvatarGradient {
@@ -176,6 +182,10 @@ h1 {
     vertical-align: top;
     line-height: 0;
 }
+
+.avatarImage {
+    object-fit: cover;
+}
         
 .text {
     background-color: #eee;