feat(collection): show collection release date css

This commit is contained in:
OldHawk
2017-10-25 15:52:57 +08:00
parent 13089863dc
commit 1d7d4e0477
2 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@
bottom: 0;
left: 0;
right: 0;
padding: 30px 20px;
padding: 20px 10px;
background-color: #333;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 8px;
@@ -111,7 +111,7 @@
position: absolute;
left: 0;
right: 0;
bottom: 30px;
bottom: 20px;
i {
text-shadow: 0 0 0.1em #000,-0 -0 0.1em #000;

View File

@@ -36,7 +36,7 @@
<div class="name">{{m.name}}</div>
<div class="row margin-top-40 collection-data">
<div class="item-release margin-bottom-20">
<div class="item-release margin-bottom-10">
<span>{{vm.getMinMaxRelease(m).min}}</span><span
ng-if="m.torrents.length>1">-{{vm.getMinMaxRelease(m).max}}</span>
</div>