Skip to content

Commit

Permalink
Fix show more icon in MynahUI
Browse files Browse the repository at this point in the history
  • Loading branch information
taldekar committed Feb 18, 2025
1 parent f5e8d4a commit 00b010f
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,10 @@ private String generateCss() {
mask-position: center;
scale: 60%;
}
.code-snippet-close-button i.mynah-ui-icon-cancel {
-webkit-mask-size: 187.5% !important;
mask-size: 187.5% !important;
.code-snippet-close-button i.mynah-ui-icon-cancel,
.mynah-chat-item-card-related-content-show-more i.mynah-ui-icon-down-open {
-webkit-mask-size: 195.5% !important;
mask-size: 195.5% !important;
mask-position: center;
aspect-ratio: 1/1;
width: 15px;
Expand Down

0 comments on commit 00b010f

Please sign in to comment.