Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-farre committed Jan 11, 2025
2 parents a2c8fa8 + c70b399 commit 7851a7b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Changelog
- Fix #423: Fix rendering of attached files on new reply by PushService
- Enh #424: Allow sending a message with attached files only, such as an image
- Enh #426: Reduce translation message categories
- Fix #428: Fixed observer missing parameter
- Fix #428: Fixed observer missing parameter
- Fix #434: Add `cursor: pointer;` to `#conversation-settings-button`

3.2.2 (July 9, 2024)
--------------------
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"resources/screen2.PNG",
"resources/screen3.PNG"
]
}
}
1 change: 1 addition & 0 deletions resources/css/humhub.mail.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
#conversation-settings-button {
padding: 6px;
font-size: 12px;
cursor: pointer;
}

#mail-filter-root {
Expand Down
2 changes: 1 addition & 1 deletion resources/css/humhub.mail.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions resources/css/humhub.mail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ $radiusNone: 0;
#conversation-settings-button {
padding: 6px;
font-size: 12px;
cursor: pointer;
}

#mail-filter-root {
Expand Down

0 comments on commit 7851a7b

Please sign in to comment.