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

11 lines
162 B
CSS
Raw Normal View History

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