From ee77cc8879a8eb0ce8e360106c44ee045f2955b9 Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 20 May 2024 15:48:47 -0400 Subject: [PATCH] UX: improved alignment for title voting (#189) --- assets/stylesheets/common/topic-voting.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/stylesheets/common/topic-voting.scss b/assets/stylesheets/common/topic-voting.scss index aa61f404..30d072c5 100644 --- a/assets/stylesheets/common/topic-voting.scss +++ b/assets/stylesheets/common/topic-voting.scss @@ -25,8 +25,7 @@ } .title-voting { - // matches core title-wrapper padding - padding-top: 14px; + margin-top: 0.33em; position: relative; } @@ -72,9 +71,10 @@ .voting-popup-menu { position: absolute; - left: 80px; - // matches core title-wrapper padding - top: 14px; + left: 90px; + top: 0; + padding: 0.5em; + line-height: var(--line-height-medium); z-index: z("usercard") - 1; cursor: initial; // voter avatars