diff --git a/public/styles.613acc.css b/public/styles.94f92c.css similarity index 99% rename from public/styles.613acc.css rename to public/styles.94f92c.css index 57e6623..12bc2b5 100644 --- a/public/styles.613acc.css +++ b/public/styles.94f92c.css @@ -1117,8 +1117,8 @@ video { * */ @media (prefers-reduced-motion: no-preference) and (min-width: 1024px) { - .year-indicator .year, - .month-indicator .month { + .year, + .month { opacity: 0; transform: translateY(50px); animation: fade-in linear forwards; diff --git a/public/styles.css b/public/styles.css index b589e7d..371ce06 100644 --- a/public/styles.css +++ b/public/styles.css @@ -1127,8 +1127,8 @@ video { * */ @media (prefers-reduced-motion: no-preference) and (min-width: 1024px) { - .year-indicator .year, - .month-indicator .month { + .year, + .month { opacity: 0; transform: translateY(50px); animation: fade-in linear forwards; diff --git a/styles.css b/styles.css index c41a3a4..fcf3a82 100644 --- a/styles.css +++ b/styles.css @@ -6,9 +6,11 @@ opacity: 0; transition: opacity 500ms ease-in; } + .htmx-request .htmx-indicator { opacity: 1; } + .htmx-request.htmx-indicator { opacity: 1; } @@ -44,8 +46,8 @@ * animation needed to be before animation-timeline. * */ @media (prefers-reduced-motion: no-preference) and (min-width: 1024px) { - .year-indicator .year, - .month-indicator .month { + .year, + .month { opacity: 0; transform: translateY(50px); animation: fade-in linear forwards; diff --git a/views/layout.templ b/views/layout.templ index 34ed076..a8b9328 100644 --- a/views/layout.templ +++ b/views/layout.templ @@ -38,7 +38,7 @@ templ Layout(title string, description string) { - + diff --git a/views/layout_templ.go b/views/layout_templ.go index 663aea6..a7bb0d0 100644 --- a/views/layout_templ.go +++ b/views/layout_templ.go @@ -108,7 +108,7 @@ func Layout(title string, description string) templ.Component { return templ_7745c5c3_Err } } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }