From da1d4bc1ce912aad64a2cbf1e1dbc8078e68365b Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 26 May 2021 22:04:38 -0400 Subject: [PATCH] Improve centering when text is small --- public/popup.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/public/popup.css b/public/popup.css index c658a8af..f1c7791a 100644 --- a/public/popup.css +++ b/public/popup.css @@ -42,6 +42,15 @@ text-align: center; } +#issueReporterContainer { + display: flex; + justify-content: center; +} + +#issueReporterTimeButtons { + text-align: left; +} + #issueReporterTimeButtons > .votingButtons > .segmentTimeButton { font-weight: bold; color: var(--sb-main-fg-color); @@ -49,9 +58,6 @@ border: none; padding: 7px; outline: none; - - display: flex; - justify-content: flex-start; cursor: pointer; white-space: nowrap;