mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Moved duration left and above ::after
This commit is contained in:
@@ -18,10 +18,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-duration{
|
.card-duration{
|
||||||
border-top-left-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
right: 0px;
|
left: 0px;
|
||||||
background: rgba(0,0,0,.7);
|
background: rgba(0,0,0,.7);
|
||||||
color: white;
|
color: white;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
|
|||||||
@@ -217,10 +217,10 @@
|
|||||||
<div class="clickable vote-container" title="Vote!">
|
<div class="clickable vote-container" title="Vote!">
|
||||||
<a class="clickable center-align votebg">
|
<a class="clickable center-align votebg">
|
||||||
<span class="lazy card-image cardbg list-image" style="background-image:url('/public/images/loading.png');">
|
<span class="lazy card-image cardbg list-image" style="background-image:url('/public/images/loading.png');">
|
||||||
|
</span>
|
||||||
<span class="card-duration">
|
<span class="card-duration">
|
||||||
01:00
|
01:00
|
||||||
</span>
|
</span>
|
||||||
</span>
|
|
||||||
</a>
|
</a>
|
||||||
<span class="card-content">
|
<span class="card-content">
|
||||||
<span class="flow-text truncate list-title"></span>
|
<span class="flow-text truncate list-title"></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user