fix(fotter-actions): add highlighting and min-width

This commit is contained in:
Fernando López Guevara 2023-02-15 13:49:03 -03:00 committed by Josh Remaley
parent 625b734fde
commit 4fa14247fb
No known key found for this signature in database
GPG Key ID: 1989BFE475E31D28
1 changed files with 5 additions and 3 deletions

View File

@ -144,9 +144,11 @@
.reaction-pill {
display: flex;
flex-direction: row;
margin: 0px 14px;
min-width: 16px;
margin: 0px 7px;
padding: 2px 4px;
min-width: 1rem;
align-items: center;
justify-content: center;
user-select: none;
color: var(--font-secondary-color);
font-feature-settings: "tnum";