teach-yourself-code icon indicating copy to clipboard operation
teach-yourself-code copied to clipboard

Nav text disappears at 1200px width and below

Open sarL3y opened this issue 4 years ago • 2 comments

Screen Shot 2020-05-07 at 10 07 22 PM

Nav text disappears due to the following rule in _sidebar.scss: @media only screen and (max-width: 1200px) { .nav-text { display: none; } }

Is the idea to show only icons at a smaller width until the break point where it switches to BottomBar?

sarL3y avatar May 08 '20 05:05 sarL3y

@sarL3y Yes, that's what I was going for. Do you think it looks odd?

jamesctucker avatar May 09 '20 19:05 jamesctucker

In my opinion it does because there's still enough space for the text to exist, and the nav doesn't continue to shrink any further than what is shown in the screenshot above. Not a huge issue especially because of the odd screen size that most users wouldn't being using.

sarL3y avatar May 09 '20 19:05 sarL3y