mirror of https://github.com/Chocobozzz/PeerTube
Client: increase min height for videos list
parent
419633ce9d
commit
11975ce845
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.videos-miniatures {
|
.videos-miniatures {
|
||||||
min-height: 650px;
|
min-height: 720px;
|
||||||
|
|
||||||
my-video-miniature {
|
my-video-miniature {
|
||||||
transition: all 0.5s ease;
|
transition: all 0.5s ease;
|
||||||
|
|
Loading…
Reference in New Issue