tidy up post button css

This commit is contained in:
rimu 2024-04-13 13:39:04 +12:00
parent 5d2e7d350c
commit 2c99d5eea0
2 changed files with 2 additions and 11 deletions

View file

@ -1022,11 +1022,7 @@ fieldset legend {
}
.voting_buttons_new .downvote_button .htmx-indicator {
left: 12px;
}
@media (min-width: 1280px) {
.voting_buttons_new .downvote_button .htmx-indicator {
left: 2px;
}
top: 5px;
}
.voting_buttons_new .htmx-indicator {
position: absolute;

View file

@ -666,13 +666,8 @@ html {
top: 1px;
.htmx-indicator {
left: 12px;
top: 5px;
}
@include breakpoint(laptop) {
.htmx-indicator {
left: 2px;
}
}
}
.htmx-indicator{