Skip to content

Commit b355f5e

Browse files
committed
fixed spacing for buttons
1 parent 6d71516 commit b355f5e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/components/HomeQueue.vue

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,17 @@ li {
177177
178178
.fa-trash {
179179
position: relative;
180-
left: 20px;
181-
180+
// left: 20px;
181+
top: 2px;
182+
right: 35px;
183+
float: right;
182184
}
183185
.fa-angle-double-down {
184186
position: relative;
185-
right: 20px;
187+
// right: 20px;
188+
top: 2px;
189+
left: 35px;
190+
float: left;
186191
}
187192
188193
.fa-angle-double-down:hover {

0 commit comments

Comments
 (0)