From 13f8b5db614f4e29b0c522fd93bb7215fa1bb160 Mon Sep 17 00:00:00 2001 From: Sli Date: Wed, 14 May 2025 15:04:20 +0200 Subject: [PATCH] Fix bug where help button moves as if possessed --- com/static/com/components/ics-calendar.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com/static/com/components/ics-calendar.scss b/com/static/com/components/ics-calendar.scss index 74d04053..1c0a15bd 100644 --- a/com/static/com/components/ics-calendar.scss +++ b/com/static/com/components/ics-calendar.scss @@ -115,6 +115,9 @@ ics-calendar { button.text-copied:focus, button.text-copied:hover { transition: 500ms ease-out; + } + + .fc .fc-getCalendarLink-button { margin-right: 0.5rem; }