Browse Source

Add gray background to video play icon (#437)

ovalseven8 7 years ago
parent
commit
88c80fb7ae
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/sass/components/_message_media.scss

+ 2 - 0
src/sass/components/_message_media.scss

@@ -122,6 +122,8 @@ $loading-ring-thickness: 5px;
                     position: absolute;
                     top: calc(50% - #{$circle-size/2});
                     left: calc(50% - #{$circle-size/2});
+                    background: rgba(128, 128, 128, 0.6);
+                    border-radius: $circle-size - (2 * $loading-ring-thickness);
                 }
             }
         }