Skip to content

Commit

Permalink
Further tweaks to the fileupload thumbnail styles (#991)
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Towers <[email protected]>
  • Loading branch information
AIC-BV and LukeTowers authored Oct 14, 2023
1 parent 10b55d8 commit f986a56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,23 @@
.icon-container {
border-right: 1px solid #f6f8f9;
float: left;
display: inline-block;
overflow: hidden;
width: 75px;
height: 75px;

display: flex;
align-items: center;
justify-content: center;

i {
font-size: 35px;
}

&.image img {
.border-left-radius(3px);
width: 100%;
height: 100%;
object-fit: cover;
width: auto;
height: auto;
max-height: 100%;
}
}

Expand Down

0 comments on commit f986a56

Please sign in to comment.