Elastic: Fix aspect ratio of a contact photo in mail preview (#7339)

pull/7402/head
Aleksander Machniak 4 years ago
parent da2bb8af6d
commit 6436c22d2d

@ -32,6 +32,7 @@ CHANGELOG Roundcube Webmail
- Mailvelope: Fix Encrypt button hidden in Elastic (#7353)
- Fix PHP warning: count(): Parameter must be an array or an object... in ID command handler (#7392)
- Fix error when user-configured skin does not exist anymore (#7271)
- Elastic: Fix aspect ratio of a contact photo in mail preview (#7339)
RELEASE 1.4.4
-------------

@ -181,6 +181,7 @@ body.task-error-login #layout {
border-radius: 50%;
width: @mail-header-photo-height;
height: @mail-header-photo-height;
object-fit: cover;
}
div.header-content {

Loading…
Cancel
Save