mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -08:00
vote spinner size
This commit is contained in:
parent
f438a8d299
commit
74634f7bb5
2 changed files with 4 additions and 0 deletions
|
@ -652,6 +652,8 @@ fieldset legend {
|
|||
}
|
||||
.voting_buttons .htmx-indicator {
|
||||
position: absolute;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.voting_buttons .htmx-request .htmx-indicator {
|
||||
display: inline;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue