Skip to content

Commit c0a2336

Browse files
committed
change image size to provided backend dimensions
1 parent 60cd8a1 commit c0a2336

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

web_src/css/features/expander.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ text-expander .suggestions li[aria-selected="true"] *,
7878

7979
text-expander .suggestions img,
8080
.tribute-item img {
81-
width: 24px;
82-
height: 24px;
81+
width: 21px;
82+
height: 21px;
83+
object-fit: contain;
84+
aspect-ratio: 1;
8385
}
8486

8587
.tribute-container {

0 commit comments

Comments
 (0)