mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-14 08:00:26 +01:00
feat(collection): show collection release date css
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user