@quicktvui/quicktvui3 1.1.24-beta.9 → 1.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -199,16 +199,17 @@
199
199
  }
200
200
 
201
201
 
202
- .cornerRoot[data-v-4b767ea2] {
203
- flex-direction: row-reverse;
204
- }
205
-
206
-
207
202
  .qt-ui-poster-root-css[data-v-3c4765e9] {
208
203
  position: absolute;
209
204
  background-color: transparent;
210
205
  overflow: hidden;
211
206
  }
207
+ .qt-ui-poster-placeholder-img-css[data-v-3c4765e9]{
208
+ background-color: transparent;
209
+ z-index: 1;
210
+ position: absolute;
211
+ border-radius: 8px;
212
+ }
212
213
  .qt-ui-poster-img-css[data-v-3c4765e9] {
213
214
  background-color: rgba(255, 255, 255, 0.1);
214
215
  z-index: 1;