Skip to content

[Browse Map] Restore features and appearance of the cache detail pop-up after the last website changes#3064

Merged
2Abendsegler merged 3 commits into
collectorfrom
Browse-Map-restore-popup-features
Mar 28, 2026
Merged

[Browse Map] Restore features and appearance of the cache detail pop-up after the last website changes#3064
2Abendsegler merged 3 commits into
collectorfrom
Browse-Map-restore-popup-features

Conversation

@2Abendsegler
Copy link
Copy Markdown
Owner

Restore features and appearance of the cache detail pop-up on browse map after the last website changes.

Additional:

  • [Browse Map] Button "Search geocaches" realigned a bit better.
  • [Global] Prevent borders and shadows in header search field

…up after the last website changes. Branch: Browse Map restore popup features

Additional:
[Browse Map] Button "Search geocaches" realigned a bit better.
[Global] Prevent borders and shadows in header search field
@2Abendsegler 2Abendsegler added this to the v0.18.2 milestone Mar 28, 2026
@2Abendsegler 2Abendsegler self-assigned this Mar 28, 2026
@2Abendsegler
Copy link
Copy Markdown
Owner Author

Pop-up for a cache:

Screen01


Pop-up for an event:

Screen02

@2Abendsegler 2Abendsegler merged commit 620d7ed into collector Mar 28, 2026
css += "div.popup_additional_info .loading_container {display: flex; justify-content: center; align-items: center;}";
css += "div.popup_additional_info .loading_container img {margin-right: 5px;}";
css += "div.popup_additional_info span.favi_points svg, div.popup_additional_info span.tackables svg {position: relative; top: 4px;}";
css += ".popup_additional_info .LogTotals img {vertical-align: center;}";
Copy link
Copy Markdown
Collaborator

@DieBatzen DieBatzen Mar 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Chrome, center is invalid. bottom works in both, FF and Chrome.

Suggested change
css += ".popup_additional_info .LogTotals img {vertical-align: center;}";
css += ".popup_additional_info .LogTotals img {vertical-align: bottom;}";

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super!
Eigentlich hatte ich auch auf Chrome getestet, halt nur kurz, da war mir nichts aufgefallen. 🙈
Es gibt noch andere Stellen mit vertical-align: center, da passt aber bottom nicht so gut. Ich werde alles nochmal durchgehen und ändern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants