From 37a90a90c2dcb9d785a945a480b88500b14b38b5 Mon Sep 17 00:00:00 2001 From: Josh Remaley Date: Tue, 14 Feb 2023 15:53:28 -0600 Subject: [PATCH] increase clickable area for overflow menu icon --- packages/app/src/Element/Note.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/app/src/Element/Note.css b/packages/app/src/Element/Note.css index 1f6830e3..5e717c8e 100644 --- a/packages/app/src/Element/Note.css +++ b/packages/app/src/Element/Note.css @@ -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";