• Mobile Bandaid CSS - It still hurts, but it seems better
    218 replies, posted
Parent forum view, doesn't seem to be happening in subforums. Phone is samsung galaxy s4 gt-i9500, running firefox browser.
I get the same problem in desktop firefox at 67% at a weird thin resolution I use at work https://i.imgur.com/U4YHCfg.png I don't think this just effects the mobile CSS, though it might just be the scaling setting doing something strange.
Interesting, seems firefox handles these things a bit different. Probably forcing the height of the sub forums tag will fix that. https://files.facepunch.com/forum/upload/134/d8dbdd48-c67e-47cd-8522-32ceb8954ec2/image.png
I tried but I'm not familiar with how github works, I can't seem to push my branch in order to make a PR. I don't mind waiting though.
Thanks, just merged it.
Having some knowledge of css masking now, I took a different take on backgrounds in posts since in landscape the backgrounds start to look bad (especially mine) https://my.mixtape.moe/tlbald.webm
Since no one posted any errors for so long. I take it people are happy with this bandaid fix for now. So I am going to ask you, what kind of features you want to be added. Maybe there is something you want to be changed who knows.
Right now pressing on users names does nothing, it would be nice to be able to go to their profile page. Also showing user info on their profiles so we can search by users posts/threads
On mobile the red threads at the top are blank, I can see the icon but thats it, no words. On chrome on iphone 8.
I just pushed an update to make usernames clickable, hopefully this will work for everyone. Userprofiles have now the sidebar enabled. @Machete please post some picture so I can understand more easily what fucked up. Also do you have some other css themes running?
It seems like profile cards are invisible and block you from using most of the ratings under a post, selecting post text or writing a reply without pressing on the right most third of the textbox
https://files.facepunch.com/forum/upload/232713/ae25ca28-0557-4725-a153-180b2fc8658f/BC21AF5C-56E2-4871-8396-7DFAEC02B511.png mobilebandaidfix awfullydark doublecolumn darkspoilers animratings
That is what I get for using chrome's dev tools and forgetting to copy them over into the css sheet. Pushed an update. @Machete weird, try changing the order of the imports. I am importing my styles in this order: awfullydark double columns sidebar hide mobile bandaid
It would be nice to scroll through the notifications again; you previously could with the mobile bandaid CSS, but not after the update that fixed being unable to tap out of empty notification menus. I'm encountering this issue on iOS' Safari if that helps.
I am afraid it is either no scrolling or awkwardly pressing some tiny area to get out.
Is this an iOS issue only? Able to scroll fine on my end so I'm wondering.
I do not get rated that often so I could never test it on my android device
When I try this load order, awfully dark stops working unfortunately.
Send me your custom css box contents.
@import url('https://stylepunch.club/cached/mobilebandaidfixdarkspoilersdoublecolumnanimratingsawfullydark.css'); This is after I reordered it, I've gotten awfully dark working again atleast.
Oh no.. Stylepunch cannot order styles right now... You probably have to paste them in like this into your css box @import url('https://pgsil.github.io/awfullydark2/styles.css');@import url('https://pgsil.github.io/awfullydark2/optionals/blkSplr.css');@import url('https://pgsil.github.io/awfullydark2/optionals/dblClmn.css');@import url('https://pgsil.github.io/awfullydark2/optionals/animRatings.css');@import url('https://diwako.github.io/fpcss/mobile.css'); That is 346 characters, so it should fit into the css box.
Hey @diwako , I was wondering if it would be okay to use your baindaid css as a replacement for the current one? As of right now, I don't have much time to keep it updated, and yours look pretty good, and you seem to keep it updated.
Sure, I do have to admit I am not using the app right now as styling is kinda broken for me in it. I cannot guarantee you that everything will work out of the box with your Javascripts tho. I am hiding tons of things and pushing other things in places they normally should not be.
Awesome, i've just switched, and seems to be working just fine.
Editing posts is a pain right now, having difficulty trying to open the menu next to the country tag
Post your device, it works fine on my op3t. Must be some resolution (width) problem.
Just checked and indeed the edit menu is weird. When you press the arrow the post gets squeezed to the side to make room for the menu, which displays horizontally and causes the arrow to disappear. Screenshot: https://files.facepunch.com/forum/upload/237197/f31352fb-7e50-45e7-aa62-de466e8f8222/Screenshot_2018-04-18-13-47-36.png I'm on a samsung galaxy s4 using Firefox.
Managed to fix it, will merge it once I am home in a few hours. Meanwhile for those running their own css or something. Warning: Hacky .postblock.postblock-read .postcontent, .postblock .postcontent {     min-width: 100vw;     max-width: none; } .postmodtools .dropdown.is-active .dropdown-menu {     position: fixed !important;     display: block !important; } .postmodtools .dropdown.is-active * {     display: block !important; } .postmodtools .dropdown.is-active .dropdown-menu .dropdown-content .dropdown-item .icon {     display: inline-flex !important; }
Pushed an update. Fixed edit post drop down Css is now minimized! (68% to be exact)
Hey I just want to say thanks for making this. It's really made FP bearable on my phone, which is more than half my browsing experience. Lemme give you a diamond for this whole thing.
Sorry, you need to Log In to post a reply to this thread.