Skip to content

Commit 7fbba50

Browse files
committed
fix margins
1 parent 19fb77e commit 7fbba50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/CategoryList/CategoryList.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
&:after {
7777
@include arrow('down', 10px, 7px, #8fb9cf);
7878
content: '';
79-
margin-left: 10px;
79+
margin-left: 6px;
8080
}
8181
}
8282
.link {
@@ -91,14 +91,14 @@
9191
color: #8fb9cf;
9292
font-size: 12px;
9393
margin-left: auto;
94-
margin-right: 8px;
94+
margin-right: 4px;
9595
min-width: 20px;
9696
text-align: right;
9797
}
9898
.edit {
9999
display: flex;
100-
align-items: center;
101-
margin-right: 6px;
100+
align-items: flex-start;
101+
padding-top: 2px;
102102
cursor: pointer;
103103
opacity: 0;
104104
transition: opacity 0.2s ease;
@@ -135,8 +135,8 @@
135135
}
136136
.editFilter {
137137
display: flex;
138-
align-items: center;
139-
margin-right: 6px;
138+
align-items: flex-start;
139+
padding-top: 2px;
140140
cursor: pointer;
141141
opacity: 0;
142142
transition: opacity 0.2s ease;

0 commit comments

Comments
 (0)