Actual fix for images size on Chromium

This commit is contained in:
天クマ 2026-01-25 13:58:07 -03:00
commit a3b24baa15
2 changed files with 2 additions and 2 deletions

View file

@ -559,7 +559,7 @@ div.hs.selected {
.hsProjectImage img { .hsProjectImage img {
height: 100%; height: 100%;
max-height: fit-content; max-height: inherit;
} }
.hsProjectHeaderIcon { .hsProjectHeaderIcon {

View file

@ -559,7 +559,7 @@ div.hs.selected {
.hsProjectImage img { .hsProjectImage img {
height: 100%; height: 100%;
max-height: fit-content; max-height: inherit;
} }
.hsProjectHeaderIcon { .hsProjectHeaderIcon {