Jump to content

The number of finds is not (no longer) displayed


Huck1974

Recommended Posts

Hi there


When I open a Listing of a Cache on my Nokia 8.3 - Android 11 - I can't no longer see the found counter under my "nick-image"...

I log every Cache stright after finding on my cellphone and write in my log the # of founds this cache was, so it would be really helpful if i can see my find's in the top of the listing... ^^


Someone know how to get back the found counter ?

 

Huck1974

Link to comment

Looking at the CSS, this looks to me like intended behavior. Perhaps the graphic designers made a change without considering consequences like this. The comments in red are added by me to explain.

 

/* "By default, hide the find count." */
#gc-header .player-profile span {
  display: none;
}

/* "If your screen is wider than 1024px, then show the find count." */
@media screen and (min-width: 1024px) {
  #gc-header .player-profile span {
    display: block;
  }
}

 

Because your phone screen is not 1024 pixels wide, the find count is hidden.

 

On my Android phone, I can view my find count by (1) not using the "Desktop Site View" functionality and (2) tapping the hamburger in the top-left.

 

Screenshot_20210611-102606.pngScreenshot_20210611-102622.pngScreenshot_20210611-102627.png

Edited by Hügh
  • Upvote 1
  • Surprised 1
  • Helpful 2
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...