question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Table of Contents is blurry

See original GitHub issue

I checked that…

  • … the documentation does not mention anything about my problem
  • … the problem doesn’t occur with the default MkDocs template
  • … the problem is not in any of my customizations (CSS, JS, template)
  • … there are no open or closed issues that are related to my problem

Description

Table of Contents (the right sidebar) is slightly blurry on Chrome and Safari on Mac. Firefox is ok. I did not test on Windows.

blurry

It’s likely related to the transform rule in css. Disabling it makes the text crisp again (with TOC at wrong place, though)

@media only screen and (min-width: 60em)
.md-sidebar--secondary {
  transform: translate(-100%);
}

Steps to reproduce the bug

  1. Navigate to: https://squidfunk.github.io/mkdocs-material/
  2. And resize the windows so that it is at least 1600px wide.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
squidfunkcommented, Dec 22, 2019

Fixed in c736cd99. Will be part of v5. See #1306 for updates.

0reactions
squidfunkcommented, Mar 10, 2020

Material for MkDocs 5.0.0rc1 is out which fixes this issue 😀 Let’s test and improve it together!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Print quality of table of contents on Word - Microsoft Community
When sending to the printer, headings 2 and 3 in the table of content appears as blurry even when the highest resolution is...
Read more >
Text is Blurry in Microsoft Office - TeamDynamix
Blurry text in Microsoft Office · In Microsoft Word, go to File -> Options. · Within that window, select Advanced and then scroll...
Read more >
Fix Picture is Blurry When Inserted to Word Document Problem
Want to make insert pictures to word document without losing its resolution quality, here are 2 great tips to fix picture blurry when...
Read more >
Word 2016: Heading 2 entries in Table of Contents are pixelated
Attempts to clear all formatting by selecting the blurry text and pressing Ctrl-Space cause the selected text to return to the Normal style...
Read more >
How to Fix Windows 10 Blurry Text Issues - Help Desk Geek
If your resolution is correct and you're still seeing blurry text throughout Windows rather than just in specific applications then you may want ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found