asylamba-game
asylamba-game copied to clipboard
[Galaxy Map] Planet Tabs disappear at <100% zoom
When you unzoom on the galaxy map (zoom < 100%), you will not be able to see the tabs (plunder, conquer, colonize, etc.) when selecting a planet:
This comes from the <div>
containing these tabs being not flexible enough. As there isn't enough width to show this container, it is stacked below the planet's assets summary.
To solve this issue, here is a workaround:
- set the container width from
545px
toauto
; - set the "spy" picture right margin from
4px
to0px
.