Skip to content

Commit

Permalink
UX: improved alignment for title voting (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot authored May 20, 2024
1 parent c90ead3 commit ee77cc8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/stylesheets/common/topic-voting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
}

.title-voting {
// matches core title-wrapper padding
padding-top: 14px;
margin-top: 0.33em;
position: relative;
}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ee77cc8

Please sign in to comment.