Skip to content

Commit 012a9ef

Browse files
committed
Fix: Players dropdown icon scaling on Non-Expressive
1 parent a14e6b4 commit 012a9ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/menu-item.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ export default css`
161161
height: 3em;
162162
width: 3em;
163163
}
164+
.menu-list-item-svg:not(.expressive), .menu-list-item-image:not(.expressive) {
165+
height: 2em;
166+
width: 2em;
167+
margin-left: 12px;
168+
}
164169
.menu-list-item-image.expressive {
165170
border-radius: 12px;
166171
}

0 commit comments

Comments
 (0)