From acb9c60c9aba84f6dea69ac4017bd22a785caa99 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Sun, 23 Apr 2023 22:29:08 +0200 Subject: [PATCH] Profiler/QuickInfo * remove padding from profiles icon list --- static/js/Profiler.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/Profiler.js b/static/js/Profiler.js index cee2e61d..4f21c3ea 100644 --- a/static/js/Profiler.js +++ b/static/js/Profiler.js @@ -1427,6 +1427,7 @@ function Profiler() { a = $WH.ce('a'); td.style.lineHeight = '1em'; + td.style.padding = '0px'; $WH.ae(th, Icon.create((_profile.customs[i].length == 3 && _profile.customs[i][2] ? _profile.customs[i][2] : 'inv_misc_questionmark'), 0, null, '?profile=' + i)); $WH.ae(tr, th);