Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

When Show Timestamps is checked, timestamps still won't show.

  • 2 odpowiedzi
  • 1 osoba ma ten problem
  • 55 wyświetleń
  • Ostatnia odpowiedź od ertom153

more options

When I go to the web console, click on the gear, and check Show Timestamps it does not make a difference. It will not show any timestamps whether it's checked or not. I've cleared my cache and cookies but Show Timestamps still doesn't work. I'm at a loss.

When I go to the web console, click on the gear, and check Show Timestamps it does not make a difference. It will not show any timestamps whether it's checked or not. I've cleared my cache and cookies but Show Timestamps still doesn't work. I'm at a loss.
Załączone zrzuty ekranu

Wybrane rozwiązanie

Try to make the window wider.
r me the timestamps get hidden if I have the width below a specific minimum.

webconsole.css:

@media (max-width: 500px) {
  .message > .timestamp {
    display: none;
  }
}
Przeczytaj tę odpowiedź w całym kontekście 👍 0

Wszystkie odpowiedzi (2)

more options

Wybrane rozwiązanie

Try to make the window wider.
r me the timestamps get hidden if I have the width below a specific minimum.

webconsole.css:

@media (max-width: 500px) {
  .message > .timestamp {
    display: none;
  }
}
more options

Thank you. I could kick myself for not just changing the orientation to the bottom.