Feature(custom): change the position of save/cancel button in advanced rename page

This commit is contained in:
Kuingsmile
2025-12-31 14:36:01 +08:00
parent b5802cfcb3
commit 33ccd4b6ec
2 changed files with 9 additions and 8 deletions

View File

@@ -545,6 +545,7 @@
.dialog-footer {
display: flex;
justify-content: flex-end;
margin-top: 1rem;
gap: 0.75rem;
}