-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layout mode in iPhone 6 not rendering properly #119
Comments
I noticed this as well. I switched the fonts (site-wide) and it went away. |
Hi @jvcasill! |
Hi @miguelmcolon ,
and I took out whatever stylesheet link was there (for the fonts), and replaced it with this one:
Hopefully that works for you. |
Hi again @jvcasill, It doesn't work for me. I'll continue playing with CSS files... Thank you a lot! |
@miguelmcolon I'm sorry to hear that. I will try and take a look this afternoon and see if I can give you any more details. |
On iPhone 6 in layout more, the sidebar button overlays the content in a very ugly way and always stays in top left corner no matter how far down you scroll :/ |
Hi @miguelmcolon and @jvcasill, I was wondering if you could share how one can change the fonts. I checked elsewhere but didn't find anything - I'm kind of new here, so any hint is appreciated it. Cheers! |
Hi @hbahamonde, User @jvcasill explains how to change fonts references links in his comment on Jun 22. You should check every file with reference links for the fonts and change these links. |
Thanks @miguelmcolon for your answer. Yes, I figured it out later that day, and it worked. I'm still very new to this, so thanks for your answer again! |
Likely the same issue as #164—the rem units in media queries are causing the funkiness. |
* Dark Mode + Theming * Themes scss file created with default color scheme and dark color scheme. * Logic for managing dark mode toggle added. * Modified existing scss/html to work with theme toggling. * Fixed hover issues * Added enable_darkmode to configs. * Added the requested option of disabling/enabling dark mode via config files.
This is an issue in layout mode on certain devices:
I don't know exactly where the problem is (maybe an @media and rem issue) but the site is not rendering properly when using an iPhone 6 in layout mode (Safari and Chrome for iOS tested). Not tested in other devices except iPad 2, where it seems to render perfectly.
The effect is that the site is switching between one size and another making it useless in Layout mode in iPhone 6.
The text was updated successfully, but these errors were encountered: