diff --git a/src/vk_parser_app/templates/base.html b/src/vk_parser_app/templates/base.html index 5a7c16c..f048b9c 100644 --- a/src/vk_parser_app/templates/base.html +++ b/src/vk_parser_app/templates/base.html @@ -145,6 +145,7 @@ .htmx-indicator { display:none; } .htmx-request .htmx-indicator { display:inline-block; } .htmx-request.htmx-indicator { display:inline-block; } + [x-cloak] { display: none !important; } /* Scrollbar */ ::-webkit-scrollbar { width: 8px; height: 8px; } @@ -157,58 +158,63 @@ {% if user %} -