Skip to content

Commit

Permalink
Fix vote buttons in category pill missing not being centered
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Oct 15, 2023
1 parent e271f2c commit 09a3a4e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 0 additions & 13 deletions public/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
13 changes: 13 additions & 0 deletions public/shared.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 09a3a4e

Please sign in to comment.