Frontend: Nicer wrapping for the nameColumn, but actually in the correct place
ci/woodpecker/push/ociImagePush Pipeline was successful Details

This commit is contained in:
Natty 2023-10-11 01:21:18 +02:00
parent c8c8a4d6bb
commit babb1fe2d6
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 10 additions and 7 deletions

View File

@ -563,12 +563,7 @@ onUnmounted(() => {
color: #fff;
> .nameColumn {
display: flex;
flex-wrap: wrap;
align-items: center;
flex-direction: row;
justify-content: center;
gap: 0.5em 0.1em;
display: block;
> .name {
margin: 0;
@ -832,7 +827,15 @@ onUnmounted(() => {
}
> .title {
display: block;
> .nameColumn {
display: flex;
flex-wrap: wrap;
align-items: center;
flex-direction: row;
justify-content: center;
gap: 0.5em 0.1em;
}
border-bottom: 0;
padding-bottom: 0;
> .bottom {