fix(frontend): loading indicator on empty div too close to the top

This commit is contained in:
Herculino Trotta
2025-02-14 00:03:43 -03:00
parent e6d8b548b7
commit 7eceacfe68

View File

@@ -78,6 +78,7 @@
.show-loading.htmx-request {
position: relative;
top: 0;
min-height: 100px;
&::before {
content: "";