MyTube/public/css/sets.css
overflowerror 5607fed149 creating sets works now
added videos to sets is missing
migration is missing
2021-02-21 19:52:37 +01:00

21 lines
No EOL
255 B
CSS

.rename {
white-space: nowrap;
}
.rename input[type=text] {
width: 20%;
display: inline-block;
}
.rename button {
display: inline-block;
}
.videos .list img {
height: 40px;
}
.list {
max-height: 400px;
overflow-y: scroll;
}