Skip to content

Commit

Permalink
Merge pull request #13042 from nextcloud/fix/noid/long-row-images
Browse files Browse the repository at this point in the history
  • Loading branch information
Antreesy authored Aug 20, 2024
2 parents e83bf61 + ef9cf73 commit 5c6859c
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 5c6859c

Please sign in to comment.