Skip to content

Commit 3d72b71

Browse files
author
Luca Forstner
authored
style: Adjust gap for icons in platform selector (#12895)
1 parent 2070e9a commit 3d72b71

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

src/components/platformSelector/style.module.scss

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717

1818
.item-text {
1919
align-items: center;
20-
21-
.platform-icon {
22-
translate: none;
23-
}
20+
gap: 0.375rem;
2421
}
2522
}
2623

@@ -161,13 +158,9 @@
161158

162159
.item-text {
163160
display: flex;
164-
align-items: start;
165-
gap: 0.25rem;
161+
align-items: center;
162+
gap: 0.375rem;
166163
text-align: left;
167-
168-
.platform-icon {
169-
translate: 0 4px;
170-
}
171164
}
172165

173166
.expand-button {

0 commit comments

Comments
 (0)