10 lines
129 B
CSS
10 lines
129 B
CSS
|
|
/* For Peertube Videos to flow the width of container */
|
|
.pt-vid {
|
|
flex: auto;
|
|
}
|
|
|
|
#v-frame {
|
|
background-color: black;
|
|
}
|