Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2020-05-23 10:47:11 +0300
committerAleksander Machniak <alec@alec.pl>2020-05-23 10:48:06 +0300
commit31df958caf1e268dbf3a8ab8a889295339aef3af (patch)
treec3be6d181f952278cf02084eb9cdbb2b3284fc95 /skins/elastic/styles
parentbebc9ec1be02439cce13e850e60e07a4cac00bd8 (diff)
Elastic: Fix aspect ratio of a contact photo in mail preview (#7339)
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/styles.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less
index acbdc9c85..77eea659d 100644
--- a/skins/elastic/styles/styles.less
+++ b/skins/elastic/styles/styles.less
@@ -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 {