From e849e705c30cceec3cf7336a21bed96c8a911e90 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Tue, 8 Oct 2024 03:43:08 +0300 Subject: Добавил рейтинг Добавил страницу топа Добавил rss/xml/json feed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index d1b4d40..db74cac 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -12,3 +12,14 @@ article footer { flex-direction: row; justify-content: space-between; } + +.htmx-indicator{ + opacity:0; + transition: opacity 500ms ease-in; +} +.htmx-request .htmx-indicator{ + opacity:1; +} +.htmx-request.htmx-indicator{ + opacity:1; +} \ No newline at end of file -- cgit v1.2.3