tfcconnection-zola/assets/css/custom.css
2022-10-30 14:20:34 -05:00

10 lines
129 B
CSS

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