bashtube/webroot/css/style.css

27 lines
386 B
CSS
Raw Normal View History

2021-07-01 18:04:26 +02:00
* {
font-family: sans-serif;
}
pre {
2021-07-21 01:13:04 +02:00
margin-top: 3px;
white-space: pre-wrap;
}
2021-07-20 22:57:02 +02:00
.comment {
margin-top: 5px;
margin-bottom: 15px;
}
.comment-thread, {
2021-07-21 01:13:04 +02:00
margin-left: 16px;
}
.show-more {
cursor: pointer;
color: #3d3;
}
2021-07-06 13:27:53 +02:00
.hide-cursor {
cursor: none;
}
/* Unimplemented buttons */
.ytp-button-watch-later, .ytp-subtitles-button, .ytp-size-toggle-large {
display: none !important;
}