peertube-plugin-livechat/assets/style.css

7 lines
115 B
CSS
Raw Normal View History

2021-02-18 17:31:12 +00:00
iframe.peertube-plugin-livechat {
2021-02-19 14:19:20 +00:00
border: 1px solid black;
2021-02-18 17:31:12 +00:00
width: 100%;
height: 300px;
resize: vertical;
}