Skip to content

Commit

Permalink
style(FilePreview): adjust row layout design
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Aug 20, 2024
1 parent bf1c036 commit ef9cf73
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -661,21 +661,23 @@ export default {
&--row-layout {
display: flex;
align-items: center;
height: 36px;
height: 32px;
border-radius: var(--border-radius);
padding: 2px 4px;

.image-container {
height: 100%;
flex-shrink: 0;
height: 32px;
width: 32px;
}

.name-container {
padding: 0 4px;
}

.loading {
width: 36px;
height: 36px;
width: 32px;
height: 32px;
}
}

Expand Down

0 comments on commit ef9cf73

Please sign in to comment.