mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-03 00:31:25 -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;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.voting_buttons_new .upvote_button, .voting_buttons_new .downvote_button {
|
.voting_buttons_new .upvote_button, .voting_buttons_new .downvote_button {
|
||||||
|
position: relative;
|
||||||
|
/* so the htmx-indicators can be position: absolute */
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
@ -701,6 +701,7 @@ div.navbar {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
.upvote_button, .downvote_button {
|
.upvote_button, .downvote_button {
|
||||||
|
position: relative; /* so the htmx-indicators can be position: absolute */
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Add table
Reference in a new issue