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

Location of send buttons in input area could be improved #380

Open
Gilbertdelyon opened this issue Feb 9, 2024 · 0 comments
Open

Location of send buttons in input area could be improved #380

Gilbertdelyon opened this issue Feb 9, 2024 · 0 comments

Comments

@Gilbertdelyon
Copy link

Native configuration of input area is not convenient when you use it in narrow sreen (smartphone) because there is a significant lost space.
image

I would suggest this style which is much more convenient in my opinion
image

I simply added these lines in custom theme.css

.mail-message-form .humhub-ui-richtext {
    padding-right: 5px !important; 
}	

.mail-message-form .upload-buttons {
    position:  static !important;
}
@Eladnarlea Eladnarlea mentioned this issue Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant