mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixups
* fix text vars in tooltips for missing entities * fix notice in weapon GS calculation * reduce tooltip max width slightly to prevent overlap with secondary tooltip
This commit is contained in:
@@ -1912,7 +1912,7 @@ $WH.Tooltip = {
|
||||
set: function(text, text2) {
|
||||
var _ = $WH.Tooltip.tooltip;
|
||||
|
||||
_.style.maxWidth = '350px';
|
||||
_.style.maxWidth = '320px';
|
||||
// _.style.width = '550px';
|
||||
_.style.left = '-2323px';
|
||||
_.style.top = '-2323px';
|
||||
@@ -1933,7 +1933,7 @@ $WH.Tooltip = {
|
||||
$WH.Tooltip.showSecondary = true;
|
||||
var _ = $WH.Tooltip.tooltip2;
|
||||
|
||||
_.style.maxWidth = '350px';
|
||||
_.style.maxWidth = '320px';
|
||||
// _.style.width = '550px';
|
||||
_.style.left = '-2323px';
|
||||
_.style.top = '-2323px';
|
||||
|
||||
Reference in New Issue
Block a user