Fixed publication logo display proportions

no refs.
- fixed the styles for publication logo in general settings so that the logo is displayed with correct ratio regardless of its proportions
This commit is contained in:
Peter Zimon 2020-09-28 14:14:16 +02:00
parent 0b96959531
commit e76439d072
1 changed files with 2 additions and 0 deletions

View File

@ -804,6 +804,8 @@ p.theme-validation-details {
.blog-logo,
.blog-icon {
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23E6EEF2' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23D8E2E8' d='M0 0h12v12H0zM12 12h12v12H12z'/%3E%3C/g%3E%3C/svg%3E");
max-height: 50px;
height: auto !important;
}
/** CSS for accent color */