From 90fa1ad92221294129798c1c872096d89ddd975a Mon Sep 17 00:00:00 2001 From: kilo Date: Mon, 10 Jul 2017 05:57:07 +0200 Subject: [PATCH] Remove unwanted torrent name spacing in user torrents (#1143) * Update main.css * might as well remove the now unused category --- public/css/main.css | 1 - templates/site/user/torrents.jet.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/main.css b/public/css/main.css index 5f7fca5b..beaf9add 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -276,7 +276,6 @@ th { height: 40px;} padding: 4px 5px 4px 1px; min-width: 74px!important; } -.user-torrent .tr-name a { margin-left: 5px; } th, .home-td { border-bottom: 1px solid; diff --git a/templates/site/user/torrents.jet.html b/templates/site/user/torrents.jet.html index c429a3a3..81f347ea 100644 --- a/templates/site/user/torrents.jet.html +++ b/templates/site/user/torrents.jet.html @@ -15,7 +15,7 @@ {{ range i, t := UserProfile.Torrents }} {{ if DisplayTorrent(t, User) }} {{ torrent := t.ToJSON() }} -