-
-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request to add option to fill page or make reactive #744
Comments
Thanks for the ticket, I think it is because of many by-pixel max width styles in the code: server/ui/src/message/Message.tsx Lines 30 to 32 in 63cfc1f
server/ui/src/common/DefaultPage.tsx Lines 11 to 23 in 63cfc1f
I am not familiar with frontend but maybe this can become a relative constraint? @jmattheis |
Yeah, I think we should have some min-width so that small messages keep the current design and only bigger messages get more width. Maybe something like: min(100%, max(fit-to-content, 700px)). |
Hi, Same for me ! @jmattheis Do you think it's possible to add this modification to the next release ? |
While you're waiting for the fix, you can do a little css injection use F5 to refresh the page, not the button on the page |
Is your feature request related to a problem? Please describe.
I have a few notifications that are long and wide and I have to scroll to get to the horizontal scroll bar to see the wider notifications.
Describe the solution you'd like
It would be nice to have the notifications window fill the available area to allow for viewing the wider notifications either with an option to "fill" or have the notification area be reactive to the size of the screen or window viewing them.
Describe alternatives you've considered
not using Gotify as there are others that offer this but aren't as easy to configure if there is no native Gotify support.
Additional context
none at the moment as the above should suffice, but let me know if you have questions.
The text was updated successfully, but these errors were encountered: