Page MenuHomePhabricator

Zoom button messed up in embedded maps
Closed, DuplicatePublic

Event Timeline

This seems to be caused by the following CSS rule (which I'm assuming is generated by JS):

.mw-kartographer-map .mw-kartographer-fullScreen .oo-ui-iconElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon {
    left: 0.35714286em;
}

Which overrides another CSS rule that sets left: 50%;. Disabling the rule above (so that the left: 50%; rule has effect) fixes the button.

I'm using Chrome on MacOS.

kaldari edited projects, added Maps; removed Maps (Kartographer).
kaldari edited projects, added Maps (Kartographer); removed Maps.