We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035db77 commit 5a88d0cCopy full SHA for 5a88d0c
src/components/platformFilter/style.module.scss
@@ -45,17 +45,12 @@
45
46
.CollapsibleTrigger {
47
cursor: pointer;
48
- padding-right: 0.5rem;
49
- padding-left: 0.5rem;
50
flex: 1;
51
display: flex;
52
align-items: center;
53
justify-content: space-between;
54
- font-size: 15px;
55
- line-height: 1;
56
background-color: var(--item-bg);
57
- padding-top: 6px;
58
- padding-bottom: 6px;
+ padding: 0.75rem 1rem;
59
border-radius: 0.25rem;
60
user-select: none;
61
@@ -67,7 +62,6 @@
67
62
68
63
69
64
gap: 0.5rem;
70
- padding: 0.5rem;
71
65
}
72
66
73
@@ -154,8 +148,6 @@
154
148
155
149
156
150
.ChevronButton {
157
- width: 24px;
158
- height: 24px;
159
151
160
152
161
153
justify-content: center;
0 commit comments