Stephen
(Stephen)
17 سبتمبر 2022، 10:24ص
1
Sites through Safari are fine:
Whereas the same sites via DiscourseHub clash at the top of the screen:
Testing both Light and Focused Sidebar themes.
It’s pretty hard to activate anything in the top bar of the site while they overlap like this.
iPhone 14 Pro Max, iOS 16.0.1 (current retail release).
3 إعجابات
I just commented on Titlebar is not displaying properly - #13 by spdegabrielle but now I see your post I think they might be related
إعجاب واحد (1)
Stephen
(Stephen)
17 سبتمبر 2022، 10:33ص
3
I’ve been participating in that one too, it relates more to the focused sidebar theme. This one is hardware-specific. As a result one of my screenshots above exhibits both.
إعجاب واحد (1)
david
(David Taylor)
17 سبتمبر 2022، 11:52ص
6
Thanks @Stephen - we have a fix for this in the pipeline, and will update here when it’s released
committed 12:07AM - 17 Sep 22 UTC
Fixes the webview padding on iPhone 14 Pro
7 إعجابات
It’s a bit hard to tell, but is this the same as what I’m seeing here on https://community.wanikani.com ? The difference is, I’m seeing this on both desktop and mobile browsers (I don’t use DiscourseHub), so I wasn’t sure.
Don
17 سبتمبر 2022، 4:11م
9
I think this is because it’s use height: 100%
on logo.
.d-header {
#site-logo.logo-big {
height: 100%;
}
}
Probably a good idea to add to the core #site-logo
max-height: var(--header-offset)
to prevent this.
Quick fix
Remove these from your custom theme
From Desktop theme_1
.d-header {
#site-logo.logo-big {
height: 100%;
}
}
And from Mobile theme_1
.d-header {
#site-logo {
height: 100%;
max-height: 100%;
}
}
Add these to your custom theme
Add this to common
.d-header {
#site-logo {
height: 100%;
max-height: var(--header-offset);
}
}
Add this to desktop
.d-header {
#site-logo.logo-small {
height: 2.667em;
}
}
Add this to mobile section
.d-header {
.title {
max-width: 100%;
#site-logo.logo-small {
max-height: 2.4em;
}
}
}
After these changes
Desktop:
Mobile:
إعجابَين (2)
Thanks for the suggestion. Unfortunately I’m not an admin for the site, so I can’t do much.
Stephen
(Stephen)
23 سبتمبر 2022، 12:11ص
11
The Discourse Hub update hit the iOS App Store and everything is looking good once again.
إعجابَين (2)
I believe this may be iOS 16? I see you’re using it, and I had this issue on Roblox today.
إعجاب واحد (1)
cvx
(Jarek Radosz)
28 سبتمبر 2022، 12:28م
15
iPhone 14 Pro compatibility has been released in Discourse Hub 1.8.3!
Let me know if there are any more collisions between forum header and the iOS interface. (not just on the latest iPhone)
4 إعجابات
Stephen
(Stephen)
28 سبتمبر 2022، 12:29م
16
Is that the release from six days ago, or another?
إعجاب واحد (1)