File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/components/CategoryList Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 76
76
& :after {
77
77
@include arrow (' down' , 10px , 7px , #8fb9cf );
78
78
content : ' ' ;
79
- margin-left : 10 px ;
79
+ margin-left : 6 px ;
80
80
}
81
81
}
82
82
.link {
91
91
color : #8fb9cf ;
92
92
font-size : 12px ;
93
93
margin-left : auto ;
94
- margin-right : 8 px ;
94
+ margin-right : 4 px ;
95
95
min-width : 20px ;
96
96
text-align : right ;
97
97
}
98
98
.edit {
99
99
display : flex ;
100
- align-items : center ;
101
- margin-right : 6 px ;
100
+ align-items : flex-start ;
101
+ padding-top : 2 px ;
102
102
cursor : pointer ;
103
103
opacity : 0 ;
104
104
transition : opacity 0.2s ease ;
135
135
}
136
136
.editFilter {
137
137
display : flex ;
138
- align-items : center ;
139
- margin-right : 6 px ;
138
+ align-items : flex-start ;
139
+ padding-top : 2 px ;
140
140
cursor : pointer ;
141
141
opacity : 0 ;
142
142
transition : opacity 0.2s ease ;
You can’t perform that action at this time.
0 commit comments