Skip to content
Snippets Groups Projects
Commit d0fff3f4 authored by gnaegi's avatar gnaegi
Browse files

OO-725 fix overlapping peekview previews

parent fc82bccb
No related branches found
No related tags found
No related merge requests found
<div class="o_video_peekview">
<div class="o_video_poster" style="background-image: url('$mediaUrl/poster.jpg');"></div>
</div>
<img src="$mediaUrl/poster.jpg" alt="poster" />
......@@ -41,6 +41,10 @@
}
}
.o_video_peekview {
text-align: center;
}
.o_video_listing {
margin-right: -10px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment