bashtube/webroot/css/style.css

27 lines
386 B
CSS

* {
font-family: sans-serif;
}
pre {
margin-top: 3px;
white-space: pre-wrap;
}
.comment {
margin-top: 5px;
margin-bottom: 15px;
}
.comment-thread, {
margin-left: 16px;
}
.show-more {
cursor: pointer;
color: #3d3;
}
.hide-cursor {
cursor: none;
}
/* Unimplemented buttons */
.ytp-button-watch-later, .ytp-subtitles-button, .ytp-size-toggle-large {
display: none !important;
}