mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
tidy up post button css
This commit is contained in:
parent
5d2e7d350c
commit
2c99d5eea0
2 changed files with 2 additions and 11 deletions
|
@ -1022,11 +1022,7 @@ fieldset legend {
|
||||||
}
|
}
|
||||||
.voting_buttons_new .downvote_button .htmx-indicator {
|
.voting_buttons_new .downvote_button .htmx-indicator {
|
||||||
left: 12px;
|
left: 12px;
|
||||||
}
|
top: 5px;
|
||||||
@media (min-width: 1280px) {
|
|
||||||
.voting_buttons_new .downvote_button .htmx-indicator {
|
|
||||||
left: 2px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.voting_buttons_new .htmx-indicator {
|
.voting_buttons_new .htmx-indicator {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -666,13 +666,8 @@ html {
|
||||||
top: 1px;
|
top: 1px;
|
||||||
.htmx-indicator {
|
.htmx-indicator {
|
||||||
left: 12px;
|
left: 12px;
|
||||||
|
top: 5px;
|
||||||
}
|
}
|
||||||
@include breakpoint(laptop) {
|
|
||||||
.htmx-indicator {
|
|
||||||
left: 2px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.htmx-indicator{
|
.htmx-indicator{
|
||||||
|
|
Loading…
Add table
Reference in a new issue