Merge pull request #160

fix(frontend): loading indicator on empty div too close to the top
This commit is contained in:
Herculino Trotta
2025-02-14 00:04:03 -03:00
committed by GitHub

View File

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