• Mobile Bandaid CSS - It still hurts, but it seems better
    218 replies, posted
@Monco Nah, I did not make any chances, also looks like I forgot to add something for @Lolkork . Seems to be a github issue or routing issues of your isp, nothing really I can do about it.
I'm having no problems on desktop on my end. Might be a limited issue for your end?
This is a bit strange to me. Surely it's DPI based and not resolution based? My phone has a resolution of 3840 x 2160, and the theme is still enabled, while my desktop at 1920 x 1080 does not have the theme enabled. Everything is working as i want, but it doesn't seem like it cares about resolution.
Today! http://puu.sh/AuCf7/e2cc079d7b.png
Yeah I already updated the CSS do to nothing right now. I might use it to make some fixes for the mobile UI tho.
https://files.facepunch.com/forum/upload/133267/09516617-0468-4a1a-b807-0e0a2371c92b/166FFBF0-A430-41AA-81BB-025D6CEDE608.png https://files.facepunch.com/forum/upload/133267/d5167956-b67a-4bb5-b380-76d43f9d5681/46D2AFEC-F938-4561-A5EB-2EE03E0E73F2.png This looks pretty awful though. Please bring it back.
Yeah this new mobile UI isn't too bad, though I still can't delete quotes. Also not really an improvement, but I edited the background stuff just so I could see the whole thing, at least in portrait. https://files.facepunch.com/forum/upload/232882/ae592312-87e2-43e8-9401-c05c212927a3/2018-05-28 14-06-35.mp4 However with my transparent theme, I can't fix this one in css. https://files.facepunch.com/forum/upload/232882/f7f1ea5c-5cfb-464c-9431-c243a7e35741/2018-05-28 14-18-20.mp4
I liked how your mobile CSS handled a few things, such as multiple lines for titles and ratings. If you could bring that back (or forward the CSS to garry), that would be really swell!
I mean the old one none compressed is still on Github, so gimme a few features you want back and In will probably work on that at some point. Most of them should still work just fine as the DOM of the main site did not change that much.
So far as "features" I think I will add these: sticky pagination make forum titles on main page sticky as well Fix wide design bug bring back subforums on main page thread titles are not truncated anymore on main page ratings fix Anything else you want?
Facepunch logo in title bar please
It is possible, by why? It would mean you'd need to stretch the parts above the navigation bar.
Dealing with it, just pushed this update. https://files.facepunch.com/forum/upload/134/78155bb7-287b-4fb5-89fa-f7d1e22413a9/2018-05-29_18-18-07.webm
Well this is a first world personal thing, but my phone is too big for my hands, so I use it from the top, so reaching down to the home button in the little navbar thing is a pain. Also it looks nice. Didn't it used to be there in your previous versions? Or am I just mandela effecting it?
It was there, the navigation bar was extended all the way across the top and on top of that on the left side, there was the logo. https://files.facepunch.com/forum/upload/134/193967bc-1211-49b1-a463-e384eefe70c7/image.png Also reminds me to kill the background image again, as it is not really needed for mobile unless you have a see through css.
If anything, and I'm unsure if you've patched this the profile card that comes up is really bad UX, would prefer either removing the :hover and keeping small part of the image in the seperator or The old method where you applied it as the background to the post isn't half bad
So far there are no changes to the profile cards in the CSS. I was thinking of both options tho. The one we had before was nice as it made the profile cards visible inside the post body, but was crap as you needed more CSS trickery or else you could not even open up the users profile.
The Facepunch Forums text (next to the logo on the normal desktop view) isn't clickable to go back to the forum index; this wasn't a feature previously implemented into this script, but I was wondering if it could be added since it'd be easier for mobile users to press than a small home button. There's also another issue with mobile users, although I don't know if you can fix it; if you want to view a specific subforum, you need to press exactly where the text is. If you're slightly off, you go to the parent forum instead because the entire box is clickable.
Frist one, I don't know if you can make it clickable with appending an :after element to it. I can certainly check this out. The subforums being visible on the front page is a change this css makes, I certainly can add more padding to them so they are larger, but this means, they are also more spread out.
Is there a way to completely turn off the side bar? It pops open every time and sometimes won’t go away
There is, but i will not add it to this theme @media screen and (max-width: 768px) { div#wrapper { transform: translateX(0)!important; } div#drawerleft { display: none !important; } }
https://files.facepunch.com/forum/upload/596/56a1f8c7-b175-41db-8019-cc7850d419af/Screenshot_20180613-120756.png 👌
@Ott tell garry about it ;)
The pagination goes away when I disable Mobile Bandaid CSS.
Just rolled out some small fixes. Sticky pagination bar now sits at the correct height again When opening drawer on front page, the forum headers are not visible anymore
I got an idea, maybe that sub forum filter should be a little larger Left working mockup, right how it is right now https://files.facepunch.com/forum/upload/134/f28314cb-ce56-4d72-bdd6-6d1b29003464/image.png Yes no?
Updated the CSS: -fixed header -Sub forum filter has been adjusted for butter fingers https://files.facepunch.com/forum/upload/134/6a34de43-065b-4905-8b26-6e48042db997/image.png
are you able to temporarily fix the mobile header being made too wide by post titles causing there to be a bit of blank scroll area to the right of content?
Can you give an example? I will look into that.
https://files.facepunch.com/forum/upload/1982/cbbfd705-421a-44eb-abac-fc19d7cb9678/Screenshot_20180620-103910.png
Sorry, you need to Log In to post a reply to this thread.