Fix channel video border rounding
This commit is contained in:
parent
04eb0d7146
commit
e409b0f2fc
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
||||||
/* full bleed */
|
/* full bleed */
|
||||||
padding: 0 0 0 0;
|
padding: 0 0 0 0;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
.v-image {
|
.v-image, video {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue