Преглед изворни кода

Fix quote media badge css for firefox

Zed пре 7 година
родитељ
комит
dd6f3ef0ad
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      public/css/style.css

+ 3 - 1
public/css/style.css

@@ -900,6 +900,7 @@ video, .video-container img {
     float: left;
     margin-right: 7px;
     border-radius: 7px;
+    position: relative;
 }
 
 .quote-media {
@@ -915,7 +916,8 @@ video, .video-container img {
 }
 
 .quote-badge {
-    left: 6px;
+    left: 0px;
+    bottom: 0;
     position: absolute;
     z-index: 1;
     align-self: flex-end;