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