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 {
|
> .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 {
|
||||||
|
|
Loading…
Reference in New Issue