Anonymous user
Module:Inventory slot: Difference between revisions
m
no edit summary
imported>Ttv pedro270707 m (Made number position more accurate) |
imported>Ttv pedro270707 mNo edit summary |
||
Line 118: | Line 118: | ||
if count then | if count then | ||
local itemCount = mw.html.create( "span" ) | local itemCount = mw.html.create( "span" ) | ||
itemCount:cssText( "position: absolute; right: -2px; bottom: - | itemCount:cssText( "position: absolute; right: -2px; bottom: -4px; pointer-events: none;" ) | ||
:addClass( "c-f" ) | :addClass( "c-f" ) | ||
:addClass( "shadow" ) | :addClass( "shadow" ) |