mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -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;
|
position: relative;
|
||||||
|
|
||||||
.video-miniature-thumbnail {
|
.video-miniature-thumbnail {
|
||||||
display: block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.video-miniature-duration {
|
.video-miniature-duration {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 60px;
|
right: 5px;
|
||||||
bottom: 2px;
|
bottom: 2px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: rgba(0, 0, 0, 0.8);
|
background-color: rgba(0, 0, 0, 0.8);
|
||||||
|
Loading…
Reference in New Issue
Block a user