helm-www icon indicating copy to clipboard operation
helm-www copied to clipboard

Docs site has unusable formatting

Open johngmyers opened this issue 5 years ago • 9 comments

The Helm docs site is presenting information in an unusably large font.

Screen Shot 2020-06-09 at 5 46 55 PM

Firefox 77.0.1 on MacOS 10.14.6

johngmyers avatar Jun 10 '20 00:06 johngmyers

Hi @johngmyers thanks for flagging this.

Looks like you're getting the mobile version of the site. Normally this happens when when the window width is less than 1024px, it switches from desktop to mobile mode.

I will take a look at the mobile settings, perhaps it's being applied too soon. In the meantime I suggest checking the browser zoom level and window size so that you get the desktop layout.

flynnduism avatar Jun 10 '20 01:06 flynnduism

@flynnduism I discovered this yesterday. There is a width where the desktop site nav is gone but the mobile nav has not shown up, yet. It's a small window of widths with no navigation present but exists.

mattfarina avatar Jun 10 '20 15:06 mattfarina

The Inspector shows the body is 1150 x 4150.37. Zoom is set to "Actual Size"

johngmyers avatar Jun 10 '20 15:06 johngmyers

9 inches is far too wide to be giving the Mobile version of the site.

johngmyers avatar Jun 10 '20 15:06 johngmyers

The Inspector shows the body is 1150 x 4150.37. Zoom is set to "Actual Size"

Thanks for checking, I will work on adjusting the breakpoints today to ensure desktop mode is maintained until a much smaller point

flynnduism avatar Jun 10 '20 17:06 flynnduism

In progress via https://github.com/helm/helm-www/pull/705.

bridgetkromhout avatar Jul 06 '20 19:07 bridgetkromhout

Since it's often useful to have the documentation open next to a shell session I regularly run into this. My laptop's display is 2048 pixels width so half a screen is roughly 1024 pixels and it's already triggering.

Given the size of the font relative to the display it doesn't seem useful over ~650 pixels or something.

wolph avatar Mar 01 '21 22:03 wolph

By the way, I have trouble to print the documentation too:

  • the menu did not disappear
  • ouput is too big and code examples are trimmed How we can fix it (I can work on it if you give me some hints on which CSS hack)?

daitangio avatar May 28 '21 08:05 daitangio

It seems this issue has been fixed already in https://github.com/helm/helm-www/pull/1194. Just cross-checked on mobile and it's non-existent.

Maybe we should close this one? @scottrigby

thisisobate avatar Nov 27 '23 13:11 thisisobate