N°2836 - Portal: Fix image coverage of the medallion

This commit is contained in:
Molkobain
2020-10-25 15:37:07 +01:00
parent bb1a8a92dd
commit f31f991365
2 changed files with 3 additions and 2 deletions

View File

@@ -1134,7 +1134,8 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child {
font-size: 18px;
color: #444;
/* .caselog-thread--block-entries color */
background-size: 85%;
background-size: 100%;
/* Full size is necessary for images with filled background to fit nicely in the medallion, even if this means that images with a transparent background might appear cropped */
background-position: center center;
background-color: #FFFFFF;
/* .caselog-thread--block-entries background-color */

View File

@@ -1232,7 +1232,7 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
font-size: 18px;
color: $messaging-self-secondary-color; /* .caselog-thread--block-entries color */
background-size: 85%;
background-size: 100%; /* Full size is necessary for images with filled background to fit nicely in the medallion, even if this means that images with a transparent background might appear cropped */
background-position: center center;
background-color: $messaging-self-primary-color; /* .caselog-thread--block-entries background-color */
background-repeat: no-repeat;