Refine skip and manual save annotations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user