Skip to content

Commit ad33473

Browse files
committed
[Fixed] Styles
1 parent 038e270 commit ad33473

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/FAB.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@
269269
align-items: center;
270270
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.20), 0 4px 4px rgba(0, 0, 0, 0.15);
271271
z-index: 2;
272+
display: flex;
273+
align-items: center;
274+
justify-content: center;
272275
}
273276
274277
.fab .material-icons {
@@ -282,13 +285,11 @@
282285
.fab .material-icons.main {
283286
opacity: 1;
284287
position: absolute;
285-
left: .9rem;
286288
}
287289
288290
.fab .material-icons.close {
289291
opacity: 0;
290292
position: absolute;
291-
left: .9rem;
292293
}
293294
294295
.fab .material-icons.main.rotate {

0 commit comments

Comments
 (0)