@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.