Alas, all the benefit of the mobile layout is lost. However, this gives me a good idea. The banner could be programatically hidden (or reduced) only for mobile clients. I suspect the Bulletin allows custom CSS. This would HIDE the notices for mobile devices:
This would truncate it to 300 pixel (adjust as desired), but allow it to be scrolled:Code:.ui-mobile-viewport #notices { display: none; }
Looks like:Code:.ui-mobile-viewport #notices { height: 300px; overflow: auto; }
You might even be able to specify the truncation by line height (1rem = 1 line):Update: This doesn't work in this context
Code:.ui-mobile-viewport #notices { height: 3rem; overflow: auto; }Lastly, if it's going to be a scrollable viewport, you could turn off line-breaks, but that'll also have an adverse effect on readability.Update: This doesn't horizontally scroll properly on iPhones. I could possibly solve it, but I don't think it's a good solution.
I still maintain that the best solution is reducing the content, but I do not choose the priorities here. It's just a friendly recommendation.Code:.ui-mobile-viewport #notices { height: 3rem; overflow: auto; white-space: nowrap; }
Last edited by jaydisc; 15th June 2022 at 09:36 AM.
I've been blind to it with the non-optimised view on a mobile, but it's much tool large on the mobile-optimised view. I'd vote with hiding it on mobiles and leaving it visible for desktop only
I wasn't aware that the notices box was taking up so much of the screen for some people on their mobile devices. Whenever I web-browse on my phone I have it turned sideways so that websites look the same as on my computer (it doesn't compress the websites, and the font is often bigger and easier to read).
(I also didn't realise that the board is still defaulting for some people to the regular vbulletin blue/yellow colour scheme... I will have to see if I can get it to stay on its custom red/white/blue colour scheme.)
As for the notices box, it was created before mobile browsing was a big thing... and it was the result of being annoyed by people always asking if something had been released here - as it would have taken them longer to wait for someone to reply to their question than to just spend a couple minutes to look up the most recent sightings (or the checklist and first sightings topics when they were being kept up to date).
I will reduce it to just noting any toy sales, and the most recent new toy sighting as well as the most recent pre-order listing. That should limit it to just 3 lines of text on a phone browser. If we have a large number of new sightings at once I will just note the most fan-focused item.
Newest sightings and sales --- BigW, MYER & Target toy sales JUNE --- Out now GEN Legacy wave 1 & SS DLX mv6 Ironhide & mv6 Arcee --- Collab GIJoe Bumblebee & Yukikaze for pre-order
Last edited by griffin; 25th June 2022 at 05:30 PM.
I’m no longer receiving the mobile layout at all. Only desktop. Was it disabled entirely?