@phenomlab said in Layout Issues/Transparency:
Does it work properly now?
Yes, it does 🙂
@cagatay this is hard to reproduce so not a straightforward fix, but I suspect it’s an issue with the resolution which may require some custom CSS to work around.
I strongly suspect “Device Pixel Ratio” (DPR), as there is a difference between physical (the device itself) and CSS Pixels. Typically, you’d use the below common breakpoints to determine the CSS offered to the connecting device
@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res displays */ }
Not all devices fit neatly into these categories so sometimes it’s necessary to create custom ones for better device compatibility.
It would also be good to know if this particular user uses larger font sizes as this will also have a material impact to layout.
hi @phenomlab , favicon of this forum seems weird, it shows your profile picture, however, it goes away when I refresh the page. If I open 10 new pages, 1 of them looks like this but it goes away after I refresh it.
@crazycells hmm. That is odd. Can you provide me with a URL where you experience this?
@phenomlab not a specific one… any topic link…
this is what I am talking about… I opened the last 10 topic link on the /recent page…
You see, one of them is your profile pic, but the rest is fine.
Firefox Browser 115.0.2 (64-bit)
@crazycells thanks. I’ll check this, but can’t think of any reason as to why this would be happening.
previously @barisusakli mentioned that these two links should contain your favicon:
https://community.nodebb.org/post/88978
maybe you can check both, and if both are correct, I guess there is nothing else to do… but this is not a huge problem, when I go that tab and refresh it, it corrects itself… FYI…
Additionally, there seems to be a problem with the background when there is an open panel…
@crazycells This smells like a cache issue to me. Can you clear your cache, or try from an incognito session and let me know if that resolves it?
@phenomlab you are using 3.2.2 version for now?
@crazycells i think it will be fixed with 3.2.3 version as @barisusakli said.
my problem also will be fixed 3.2.3 which relased today.
@cagatay I’m actually using 3.2.1
@phenomlab yeap, clearing cache solved the issues
I think the color of SSO writings should be changed so they are visible.
@crazycells hmm. That’s odd. I’ll need to check that. Thanks for reporting.
@crazycells Should be fixed now
double quote sentences turn into “code”
@crazycells yes, I’ve just seen that and modified the post. It seems to only happen if you have a space between the “greater than” symbol and the actual text.
Clearly a markdown thing.