Fix project image size on Chromium based browsers.
This commit is contained in:
parent
7324138cea
commit
9244eb7ee5
1 changed files with 1 additions and 1 deletions
|
|
@ -559,7 +559,7 @@ div.hs.selected {
|
|||
|
||||
.hsProjectImage img {
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
max-height: fit-content;
|
||||
}
|
||||
|
||||
.hsProjectHeaderIcon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue