-
Notifications
You must be signed in to change notification settings - Fork 295
Removed max width for messages. Fixes issue with nextcloud 17 #2429
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
Conversation
|
Thanks for opening your first pull request in this repository! ✌️ |
Signed-off-by: John Oberhauser <joberhauser@solstice.com>
|
Hi @JohnOberhauser |
|
Hi @JohnOberhauser, the width restriction is indeed intentional, as per #2180 What would be nice though is if the scrollbar would move to the very right side, so it doesn’t float in mid-air. And still to be fixed is the height restriction for HTML mails. There is a work-in-progress pull request for that at #2222 – help is much appreciated there. :) Or do you have a different approach which works for HTML mails as well @JohnOberhauser? |
|
If you must limit the width, at least make the heading full width please. I also mentioned this here #2449. |
I also do not understand why the height is limited, this looks broken on every device I am using. also it is not consistent. the scrolling for mails and accounts looks and works different than the one for mails with their attachments. |
@jayhybrid Then for really big resolutions, the title, actions and content are all over the place. Even on the screenshot you show it looks really off and mis-aligned. The width should be uniform.
@feutl As I mentioned above this is a separate issue that should indeed be fixed:
|
|
Closing this in favor of #2222 as per the comments above. :) |
|
Hi, I am newby. |
|
@steeve971 hi, the vertical sizing issue is fixed with the latest release, nothing to do except updating the Mail app. :) |
|
.envelope{height:900px;} |

Messages in nextcloud 17 are not taking up the entire space.
Before this PR

After
