gotify / server

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
https://gotify.net
Other
11.49k stars 639 forks source link

fix web UI responsiveness #716

Closed david-kalmakoff closed 2 weeks ago

david-kalmakoff commented 2 weeks ago

Is your feature request related to a problem? Please describe. Currently the web UI responsiveness on mobile is broken. The overflow on the tables and word wrapping causes the UI to be extended past the screen.

Describe the solution you'd like Adding x-overflow and word-wrapping as well as some minor padding/margin changes, the web UI can be much more usable on mobile.

Additional context I have included an image as an example of the issue.

This is something I would be more than happy to implement. I already have the changes done.

image

eternal-flame-AD commented 2 weeks ago

Sounds like a good thing to have :) Probably the jmattheis will review it as I know nothing about web layouts, if you want a real green light mention him.

jmattheis commented 2 weeks ago

:+1: