mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Profiler/QuickInfo
* remove padding from profiles icon list
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user