feat(revisions): add spacing between help and delete (closes #974)

This commit is contained in:
Elian Doran 2025-01-18 01:02:03 +02:00
parent 5985519570
commit 043d92a1ab
No known key found for this signature in database

View File

@ -951,6 +951,11 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
padding: 0.5rem 1rem 0.5rem 1rem !important; /* make modal header padding slightly smaller */
}
.modal-header .help-button {
padding: 6px;
margin: 0 12px;
}
#toast-container {
position: absolute;
width: 100%;