mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix overflow in playlist list
This commit is contained in:
parent
58f3c3f109
commit
b63331ec38
@ -48,4 +48,16 @@
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
my-video-playlist-miniature ::ng-deep .miniature {
|
||||
flex-direction: column;
|
||||
|
||||
.miniature-info {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.miniature-name {
|
||||
max-width: $video-thumbnail-width;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user