Fixed the float on right-side buttons in the post form
ci/woodpecker/push/ociImagePush Pipeline is running Details

This commit is contained in:
Natty 2024-02-22 18:22:16 +01:00
parent 7bfb5c0f91
commit 16739635d1
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 4 additions and 0 deletions

View File

@ -1265,6 +1265,10 @@ onMounted(() => {
color: var(--accent);
}
}
> .right {
float: right;
}
}
}