Topic: MOBILE ui settings fix workaround confusion

Posted under General

In the post by verspurus in the origanal thread concerning the ui change, on mobile,they reccomend "an interim workaround is to switch to desktop mode, click the gear next to the search bar to change the settings, and then switch back."
Exept there are no differences in the settings on desktop mode that i can find? I'm highly confused at what the mobile fix is supposed to be because nobody seems to be specifying what their css code is for, mobile or pc??
Pls MOBILE ONLY fix info.

on the actual posts search page there's a gear button next to the search box.

dba_afish said:
on the actual posts search page there's a gear button next to the search box.

Ok i found it, thanks, it still didnt really give the result i was looking for but its at least a little better. They really should have them all in one place.

gunzzy said:
Ok i found it, thanks, it still didnt really give the result i was looking for but its at least a little better. They really should have them all in one place.

there's some other stuff you can change by adding it to your CSS box in settings, currently I'm just using:

.posts-container img { height: fit-content; max-height: 12rem; }
.posts-container { align-items: end; }
.c-pools.a-gallery .desc { height: fit-content; } 
.c-pools.a-gallery .posts-container { align-items: start; }

for thumbnail stuff on mobile.