Refine skip and manual save annotations

This commit is contained in:
Codex
2026-05-27 10:38:03 +08:00
parent 45017fbdfd
commit bbf8466d56
5 changed files with 149 additions and 74 deletions

View File

@@ -785,6 +785,9 @@ button:disabled {
}
.annotation-actions {
display: grid;
grid-template-columns: 118px minmax(0, 1fr);
gap: 10px;
margin-top: 10px;
}
@@ -792,6 +795,10 @@ button:disabled {
height: 38px;
}
.save-btn {
height: 38px;
}
.modal {
position: fixed;
inset: 0;