FreeTube/src/renderer/components/watch-video-description/watch-video-description.css

11 lines
162 B
CSS

.videoDescription {
overflow-y: auto;
max-height: 300px;
}
.description {
font-family: 'Roboto', sans-serif;
font-size: 17px;
white-space: pre-wrap;
}