Add max-width for Logos to 100% (#9779)

This commit is contained in:
Onur-d
2021-08-11 17:19:12 +02:00
committed by GitHub
parent aab0b8a3ce
commit a9850f9641

View File

@@ -1149,6 +1149,7 @@ class HassioAddonInfo extends LitElement {
margin-bottom: 16px;
}
img.logo {
max-width: 100%;
max-height: 60px;
margin: 16px 0;
display: block;