From 742eb8a06cf280169fbf45ccf92bef45ffe60f4d Mon Sep 17 00:00:00 2001 From: OldHawk Date: Mon, 30 Apr 2018 20:44:04 +0800 Subject: [PATCH] fix(torrents): torrent top recommend bar css --- modules/core/client/less/mt.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/core/client/less/mt.less b/modules/core/client/less/mt.less index 997a8c7f..28f68a93 100644 --- a/modules/core/client/less/mt.less +++ b/modules/core/client/less/mt.less @@ -376,7 +376,7 @@ body { &::before { position: absolute; top: 0; - right: -24px; + right: -22px; display: block; width: 0; height: 100%; @@ -385,7 +385,7 @@ body { border-color: @mt-base-color; border-color: rgba(255, 102, 0, 1); border-style: solid solid solid; - border-width: 12px; + border-width: 11px; border-right-color: transparent; } } @@ -541,7 +541,7 @@ body { position: absolute; top: 40px; left: 10px; - padding: 1px 0 3px 5px; + padding: 1px 0 2px 5px; color: #fff; background-color: @mt-base-color; background-color: rgba(255, 102, 0, 0.8); @@ -551,7 +551,7 @@ body { &::before { position: absolute; top: 0; - right: -24px; + right: -22px; display: block; width: 0; height: 100%; @@ -560,7 +560,7 @@ body { border-color: @mt-base-color; border-color: rgba(255, 102, 0, 0.8); border-style: solid solid solid; - border-width: 12px; + border-width: 11px; border-right-color: transparent; } }