Skip to content

Commit

Permalink
feat(search): ✨ use square aspect ratio for suggestion thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Aug 24, 2023
1 parent 1cfe3cd commit 042f2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins.citizen.search/skins.citizen.search.less
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
&__thumbnail {
flex-shrink: 0;
width: 100%;
max-width: 70px;
max-width: 60px;
height: 60px;
overflow: hidden;
border-radius: var( --border-radius--medium );
Expand Down

0 comments on commit 042f2bf

Please sign in to comment.