asylamba-game icon indicating copy to clipboard operation
asylamba-game copied to clipboard

[Galaxy Map] Planet Tabs disappear at <100% zoom

Open Drakehinst opened this issue 8 years ago • 0 comments

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:

image

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 to auto;
  • set the "spy" picture right margin from 4px to 0px.

image

Drakehinst avatar Nov 01 '16 10:11 Drakehinst