mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
fix htmx-indictor position #261
This commit is contained in:
parent
63049942ee
commit
b448c1dee3
2 changed files with 3 additions and 0 deletions
|
@ -1062,6 +1062,8 @@ div.navbar {
|
|||
display: inline-block;
|
||||
}
|
||||
.voting_buttons_new .upvote_button, .voting_buttons_new .downvote_button {
|
||||
position: relative;
|
||||
/* so the htmx-indicators can be position: absolute */
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
|
|
|
@ -701,6 +701,7 @@ div.navbar {
|
|||
display: inline-block;
|
||||
|
||||
.upvote_button, .downvote_button {
|
||||
position: relative; /* so the htmx-indicators can be position: absolute */
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Reference in a new issue