Fix channel video border rounding

This commit is contained in:
N-Pex 2024-11-05 10:23:58 +01:00
parent 04eb0d7146
commit e409b0f2fc

View file

@ -102,7 +102,7 @@
/* full bleed */
padding: 0 0 0 0;
border-radius: 0 !important;
.v-image {
.v-image, video {
border-radius: 0 !important;
}
}