Actual fix for images size on Chromium
This commit is contained in:
parent
6607c6cb0a
commit
a3b24baa15
2 changed files with 2 additions and 2 deletions
2
docs/static/main.css
vendored
2
docs/static/main.css
vendored
|
|
@ -559,7 +559,7 @@ div.hs.selected {
|
|||
|
||||
.hsProjectImage img {
|
||||
height: 100%;
|
||||
max-height: fit-content;
|
||||
max-height: inherit;
|
||||
}
|
||||
|
||||
.hsProjectHeaderIcon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue