Fix bug where help button moves as if possessed

This commit is contained in:
Antoine Bartuccio 2025-05-14 15:04:20 +02:00
parent e63a09ee7e
commit 13f8b5db61
Signed by: klmp200
GPG Key ID: E7245548C53F904B

View File

@ -115,6 +115,9 @@ ics-calendar {
button.text-copied:focus, button.text-copied:focus,
button.text-copied:hover { button.text-copied:hover {
transition: 500ms ease-out; transition: 500ms ease-out;
}
.fc .fc-getCalendarLink-button {
margin-right: 0.5rem; margin-right: 0.5rem;
} }