mail icon indicating copy to clipboard operation
mail copied to clipboard

Location of send buttons in input area could be improved

Open Gilbertdelyon opened this issue 1 year ago • 0 comments

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;
}

Gilbertdelyon avatar Feb 09 '24 09:02 Gilbertdelyon