[Browse Map] Restore features and appearance of the cache detail pop-up after the last website changes#3064
Merged
Conversation
…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
Owner
Author
DieBatzen
reviewed
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;}"; |
Collaborator
There was a problem hiding this comment.
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;}"; |
Owner
Author
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


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