From 9f000e90b80817f95ec73b7eeeb720727c0c7c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Danyi?= Date: Tue, 30 Aug 2016 17:01:25 +0200 Subject: [PATCH] * hide attachment icon --- bookmarklet.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bookmarklet.js b/bookmarklet.js index 334ab85..7d3d10c 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -1504,6 +1504,8 @@ position: absolute; left: 0rem; top: 0rem; + padding-left: 0.2rem; + padding-right: 0.2rem; } .issue-attachment { position: absolute; @@ -1517,6 +1519,7 @@ background-repeat: no-repeat; background-position: center; background-size: 70%; + display: none; } .issue-assignee { position: absolute;