vote spinner size

This commit is contained in:
rimu 2024-01-10 13:41:45 +13:00
parent f438a8d299
commit 74634f7bb5
2 changed files with 4 additions and 0 deletions

View file

@ -652,6 +652,8 @@ fieldset legend {
}
.voting_buttons .htmx-indicator {
position: absolute;
width: 20px;
height: 20px;
}
.voting_buttons .htmx-request .htmx-indicator {
display: inline;

View file

@ -316,6 +316,8 @@ nav, etc which are used site-wide */
.htmx-indicator{
position: absolute;
width: 20px;
height: 20px;
}
.htmx-request .htmx-indicator{
display:inline;