Fix vote buttons in category pill missing not being centered

This commit is contained in:
Ajay
2023-10-14 20:32:48 -04:00
parent e271f2cbcc
commit 09a3a4e6d4
2 changed files with 13 additions and 13 deletions

View File

@@ -260,19 +260,6 @@
text-align: right;
}
/*
* Buttons that appear under a segment on click
*/
.voteButton {
height: 20px;
padding: 0 5px;
cursor: pointer;
}
.voteButton:hover {
opacity: 0.8;
}
/*
* "Voted!" text that appears after voting on a segment
*/

View File

@@ -216,4 +216,17 @@
display: flex;
align-items: center;
}
/*
* Buttons that appear under a segment on click
*/
.voteButton {
height: 20px;
padding: 0 5px;
cursor: pointer;
}
.voteButton:hover {
opacity: 0.8;
}