When Show Timestamps is checked, timestamps still won't show.
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.
Избрано решение
Try to make the window wider.
r me the timestamps get hidden if I have the width below a specific minimum.
@media (max-width: 500px) { .message > .timestamp { display: none; } }Прочетете този отговор в контекста 👍 0
Всички отговори (2)
Избрано решение
Try to make the window wider.
r me the timestamps get hidden if I have the width below a specific minimum.
@media (max-width: 500px) { .message > .timestamp { display: none; } }
Thank you. I could kick myself for not just changing the orientation to the bottom.