mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-25 18:20:31 -06:00
Fix styling when clicking on a thumbnail video
This commit is contained in:
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
Block a user