Skip to content
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

Upload buttons should be out of the humhub-ui-richtext edit area #419

Open
Gilbertdelyon opened this issue Sep 23, 2024 · 0 comments
Open

Comments

@Gilbertdelyon
Copy link

Gilbertdelyon commented Sep 23, 2024

The issue:
When you write a message in you smartphone (narrow screen ) you only get a narrow space because of a "padding-rignt: 105px" for the upload buttons.
image

My temporary remedy in custom theme:

.mail-message-form .upload-buttons {
  position:inherit !important;
}
.mail-message-form .humhub-ui-richtext {
  padding-right: 12px !important;
}

And now this is what I get :)) much more convinient!
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants