mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
better center pause/resume/cancel icons
noticed misalignment in Firefox
This commit is contained in:
parent
37b9ff1e7d
commit
5112ecf1f4
1 changed files with 3 additions and 2 deletions
|
|
@ -192,10 +192,11 @@
|
|||
}
|
||||
|
||||
.uppy-StatusBar-actionCircleBtn {
|
||||
display: block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
line-height: 22px;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
color: rgba($color-black, 0.6);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue