honor desktop view/mode on mobile #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, some stuff is hidden on the mobile site which might be a reason to use desktop mode, another is to not have to deal with my bullshit css. Now this is not possible by the way the mobile devices are detected:
The mobile layout is detected by not having a cursor pointer, but having a touchscreen as input. This will probably need to be changed to honor the desktop view.
https://codeberg.org/Squel/website/src/branch/master/src/styles/global.css#L221-L264
It might be nice to actually design something first, before just doing random shit /shrug
turns out im still doing random shit...