diff --git a/app/static/structure.css b/app/static/structure.css index 0d2f4c83..0971865c 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -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; diff --git a/app/static/structure.scss b/app/static/structure.scss index af288b35..a51099c8 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -666,13 +666,8 @@ html { top: 1px; .htmx-indicator { left: 12px; + top: 5px; } - @include breakpoint(laptop) { - .htmx-indicator { - left: 2px; - } - } - } .htmx-indicator{