Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style(FilePreview): adjust row layout design #13042

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
style(FilePreview): adjust row layout design
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Aug 20, 2024
commit ef9cf73d4c96b0596647b78449e7f5529312bc35
Original file line number Diff line number Diff line change
@@ -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;
}
}

Loading