Skip to content

Commit

Permalink
fix(file-item): file status icon align (#593)
Browse files Browse the repository at this point in the history
Co-authored-by: nd0ut <[email protected]>
  • Loading branch information
nd0ut and nd0ut authored Jan 29, 2024
1 parent f42967a commit 1539abe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blocks/FileItem/file-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ lr-file-item .badge {
transform: scale(0.3);
opacity: 0;
transition: var(--transition-duration) ease;
display: flex;
justify-content: center;
align-items: center;
}

lr-file-item > .inner:where([failed], [limit-overflow], [finished]) .badge {
Expand Down

0 comments on commit 1539abe

Please sign in to comment.