From 135ef97ef8e51058172bbedca322768e9cf36aef Mon Sep 17 00:00:00 2001 From: OldHawk Date: Mon, 30 Apr 2018 20:40:06 +0800 Subject: [PATCH] fix(torrents): torrent top recommend bar css --- modules/core/client/less/mt.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/client/less/mt.less b/modules/core/client/less/mt.less index d308007e..997a8c7f 100644 --- a/modules/core/client/less/mt.less +++ b/modules/core/client/less/mt.less @@ -541,7 +541,7 @@ body { position: absolute; top: 40px; left: 10px; - padding: 2px 0 2px 5px; + padding: 1px 0 3px 5px; color: #fff; background-color: @mt-base-color; background-color: rgba(255, 102, 0, 0.8);