Skip to content

Commit

Permalink
Merge pull request #2741 from tvdeyen/fix-svg-thumbnail-size
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen authored Feb 23, 2024
2 parents ec9426e + c08935e commit 68a79c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/alchemy/archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
background: $thumbnail-background;
}

&[src$=".svg"]:not([src*="alchemy/missing-image"]) {
&[src*=".svg"]:not([src*="alchemy/missing-image"]) {
width: var(--picture-width);
max-height: var(--picture-height);
}
Expand Down

0 comments on commit 68a79c7

Please sign in to comment.