mirror of https://github.com/Chocobozzz/PeerTube
Fix styling when clicking on a thumbnail video
parent
ce98c80ca7
commit
af14488f61
|
@ -4,12 +4,12 @@
|
|||
position: relative;
|
||||
|
||||
.video-miniature-thumbnail {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
||||
.video-miniature-duration {
|
||||
position: absolute;
|
||||
right: 60px;
|
||||
right: 5px;
|
||||
bottom: 2px;
|
||||
display: inline-block;
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
|
|
Loading…
Reference in New Issue