forked from Fediversity/Fediversity
rebase on main
This commit is contained in:
parent
a9bef21aa2
commit
aac04d6a2e
2 changed files with 7 additions and 8 deletions
panel/src/panel
|
@ -12,10 +12,7 @@ body
|
|||
border-radius: 50%
|
||||
box-sizing: border-box
|
||||
animation: rotation 1s linear infinite
|
||||
display: none
|
||||
|
||||
.loading
|
||||
display inline-block
|
||||
display: inline-block
|
||||
|
||||
@keyframes rotation
|
||||
0% { transform: rotate(0deg) }
|
||||
|
@ -32,4 +29,7 @@ body
|
|||
display: none
|
||||
|
||||
.htmx-request .htmx-indicator
|
||||
display: inline-block
|
||||
display: inline
|
||||
|
||||
.htmx-request.htmx-indicator
|
||||
display: inline
|
||||
|
|
|
@ -12,13 +12,12 @@
|
|||
hx-swap="none"
|
||||
name="deploy">
|
||||
Deploy
|
||||
<span class="htmx-indicator loader"></span>
|
||||
</button>
|
||||
|
||||
<button class="button" type="submit" name="save">Save</button>
|
||||
|
||||
<div id="spinner-container">
|
||||
<span id="spinner" class="loader"></span>
|
||||
<div id="spinner-container" class="htmx-indicator">
|
||||
<span class="loader"></span>
|
||||
</div>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue