Skip to content

Commit

Permalink
Restrict asset thumbnail width. #1957
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Feb 8, 2023
1 parent cc6682a commit e435f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/asset/css/style.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions application/asset/sass/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5053,6 +5053,7 @@ body.minimal .site.results thead {
.asset-entry img {
margin-right: $spacing-small;
max-height: 2 * $spacing-large;
max-width: 50%;
}

.asset-entry .asset-name {
Expand Down

0 comments on commit e435f27

Please sign in to comment.