mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 11:51:27 -08:00
don't move voting_buttons_new around
This commit is contained in:
parent
24c508f552
commit
ef5572260a
2 changed files with 0 additions and 13 deletions
|
@ -1063,9 +1063,7 @@ div.navbar {
|
||||||
}
|
}
|
||||||
.voting_buttons_new .upvote_button, .voting_buttons_new .downvote_button {
|
.voting_buttons_new .upvote_button, .voting_buttons_new .downvote_button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 5px 0 5px 3px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
|
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
|
||||||
min-width: 44px;
|
min-width: 44px;
|
||||||
|
@ -1088,16 +1086,10 @@ div.navbar {
|
||||||
color: darkred;
|
color: darkred;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.voting_buttons_new .upvote_button {
|
|
||||||
top: 1px;
|
|
||||||
}
|
|
||||||
.voting_buttons_new .upvote_button .htmx-indicator {
|
.voting_buttons_new .upvote_button .htmx-indicator {
|
||||||
left: 13px;
|
left: 13px;
|
||||||
top: 7px;
|
top: 7px;
|
||||||
}
|
}
|
||||||
.voting_buttons_new .downvote_button {
|
|
||||||
top: 1px;
|
|
||||||
}
|
|
||||||
.voting_buttons_new .downvote_button .htmx-indicator {
|
.voting_buttons_new .downvote_button .htmx-indicator {
|
||||||
left: 12px;
|
left: 12px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
|
|
|
@ -702,9 +702,7 @@ div.navbar {
|
||||||
|
|
||||||
.upvote_button, .downvote_button {
|
.upvote_button, .downvote_button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 5px 0 5px 3px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
|
color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
|
||||||
min-width: $min-touch-target;
|
min-width: $min-touch-target;
|
||||||
|
@ -733,8 +731,6 @@ div.navbar {
|
||||||
}
|
}
|
||||||
|
|
||||||
.upvote_button {
|
.upvote_button {
|
||||||
top: 1px;
|
|
||||||
|
|
||||||
.htmx-indicator {
|
.htmx-indicator {
|
||||||
left: 13px;
|
left: 13px;
|
||||||
top: 7px;
|
top: 7px;
|
||||||
|
@ -742,7 +738,6 @@ div.navbar {
|
||||||
}
|
}
|
||||||
|
|
||||||
.downvote_button {
|
.downvote_button {
|
||||||
top: 1px;
|
|
||||||
.htmx-indicator {
|
.htmx-indicator {
|
||||||
left: 12px;
|
left: 12px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue