Frontend: Nicer wrapping for the nameColumn
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
This commit is contained in:
parent
03be3d02e3
commit
8ee5ee8bc0
|
@ -564,6 +564,7 @@ onUnmounted(() => {
|
|||
|
||||
> .nameColumn {
|
||||
display: block;
|
||||
|
||||
> .name {
|
||||
margin: 0;
|
||||
line-height: 32px;
|
||||
|
@ -829,11 +830,21 @@ onUnmounted(() => {
|
|||
display: block;
|
||||
border-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
|
||||
> .bottom {
|
||||
> .username {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
> .nameColumn {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
gap: 0.5em 0.1em;
|
||||
}
|
||||
}
|
||||
|
||||
> .avatar {
|
||||
|
|
Loading…
Reference in New Issue