browser view on mobile
since: 1) there's an issue with some discord links opening in a mobile browser rather than the app (I was told that someone had that happen), 2) the app itself being too data-heavy for some phones — I suggest a quick temporary patch for before something better gets coded: if you set the server/message/etc. subpages' CSS to be basically a desktop site but with the min-widths unset, margins unset/minimal, padding set to minimal, and large-scale zoom zoom allowed, like an @media only screen and (max-width:[width]) { *{min-width:unset !important;margin:.1cm !important (etc.)}} at the very end of the css file, and zoom meta tweaked — it still won't be a comfortable way to read, but at least there will be some text visible on screen.
-
unsell you still have the issue of too many div, in that case set margins and padding to hard 0, and just add right-border/left-border of the same colour as background to the side menus, and a top-border to the typing box.
0
Please sign in to leave a comment.
Comments
1 comment