Przeglądaj źródła

fix(presence-label): set position for small video presence label only

j8
Leonard Kim 7 lat temu
rodzic
commit
2cd1b7f80b

+ 0
- 2
css/_videolayout_default.scss Wyświetl plik

748
     margin: 0 auto;
748
     margin: 0 auto;
749
     overflow: hidden;
749
     overflow: hidden;
750
     pointer-events: none;
750
     pointer-events: none;
751
-    position: absolute;
752
     right: 0;
751
     right: 0;
753
     text-align: center;
752
     text-align: center;
754
     text-overflow: ellipsis;
753
     text-overflow: ellipsis;
755
     top: calc(50% + 30px);
754
     top: calc(50% + 30px);
756
     white-space: nowrap;
755
     white-space: nowrap;
757
     width: 100%;
756
     width: 100%;
758
-    z-index: $zindex3;
759
 }
757
 }

+ 5
- 0
css/filmstrip/_small_video.scss Wyświetl plik

48
         object-fit: cover;
48
         object-fit: cover;
49
         overflow: hidden;
49
         overflow: hidden;
50
     }
50
     }
51
+
52
+    .presence-label {
53
+        position: absolute;
54
+        z-index: $zindex3;
55
+    }
51
 }
56
 }

Ładowanie…
Anuluj
Zapisz