Profiler/QuickInfo

* remove padding from profiles icon list
This commit is contained in:
Sarjuuk
2023-04-23 22:29:08 +02:00
parent 934066fed8
commit acb9c60c9a

View File

@@ -1427,6 +1427,7 @@ function Profiler() {
a = $WH.ce('a'); a = $WH.ce('a');
td.style.lineHeight = '1em'; 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(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); $WH.ae(tr, th);