diff --git a/modules/core/client/less/mt.less b/modules/core/client/less/mt.less index a468a01e..87d4826d 100644 --- a/modules/core/client/less/mt.less +++ b/modules/core/client/less/mt.less @@ -336,7 +336,7 @@ body { display: inline-block; } } - > img { + img { opacity: 1; } .music { @@ -346,8 +346,9 @@ body { opacity: 1; } } - > img { + img { opacity: 0.8; + min-height: 200px; } .caption { padding: 5px 3px 2px; diff --git a/modules/core/client/views/home.client.view.html b/modules/core/client/views/home.client.view.html index 5a573ee7..b25f5b5a 100644 --- a/modules/core/client/views/home.client.view.html +++ b/modules/core/client/views/home.client.view.html @@ -154,7 +154,8 @@ @@ -177,7 +178,8 @@ + on-error-src="/modules/torrents/client/img/default_backdrop_300.jpg" + alt="{{vm.TGI.getTorrentTitle(nt)}}" title="{{vm.TGI.getTorrentTitle(nt)}}">
@@ -199,8 +201,8 @@
{{'BTN_DOWNLOAD' | translate}}
+ ng-click="vm.DLS.downloadTorrent(nt._id); $event.stopPropagation(); $event.preventDefault();" + class="info-download torrent-votes">{{'BTN_DOWNLOAD' | translate}}
@@ -386,7 +388,8 @@
@@ -409,7 +412,8 @@
+ on-error-src="/modules/torrents/client/img/default_backdrop_300.jpg" + alt="{{vm.TGI.getTorrentTitle(nt)}}" title="{{vm.TGI.getTorrentTitle(nt)}}">