[FIX] Fixed app icon aligntment for extensions with image icon (#12827)

This commit is contained in:
Evgeniya Vashkevich 2024-12-05 11:14:04 -08:00 committed by GitHub
parent 412bfb86e3
commit 92d77386dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1119,7 +1119,7 @@ export default {
display: block; display: block;
font-size: $icon-size; font-size: $icon-size;
margin-right: 14px; margin-right: 14px;
&.group-icon { &:not(.pin){
width: 42px; width: 42px;
} }
} }