increase clickable area for overflow menu icon

This commit is contained in:
Josh Remaley 2023-02-14 15:53:28 -06:00
parent 5ca2e43448
commit 37a90a90c2
No known key found for this signature in database
GPG Key ID: 1989BFE475E31D28
1 changed files with 7 additions and 5 deletions

View File

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