mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 12:58:54 +00:00
21 lines
No EOL
255 B
CSS
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;
|
|
} |