Frontend: Nicer wrapping for the nameColumn
ci/woodpecker/push/ociImagePush Pipeline was successful Details

This commit is contained in:
Natty 2023-10-11 01:04:31 +02:00
parent 03be3d02e3
commit 8ee5ee8bc0
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 11 additions and 0 deletions

View File

@ -564,6 +564,7 @@ onUnmounted(() => {
> .nameColumn { > .nameColumn {
display: block; display: block;
> .name { > .name {
margin: 0; margin: 0;
line-height: 32px; line-height: 32px;
@ -829,11 +830,21 @@ onUnmounted(() => {
display: block; display: block;
border-bottom: 0; border-bottom: 0;
padding-bottom: 0; padding-bottom: 0;
> .bottom { > .bottom {
> .username { > .username {
margin-right: 0; margin-right: 0;
} }
} }
> .nameColumn {
display: flex;
flex-wrap: wrap;
align-items: center;
flex-direction: row;
justify-content: center;
gap: 0.5em 0.1em;
}
} }
> .avatar { > .avatar {