6 lines
86 B
CSS
6 lines
86 B
CSS
|
|
/* For Peertube Videos to flow the width of container */
|
|
.pt-vid {
|
|
flex: auto;
|
|
}
|