Skip to content

Commit

Permalink
right_sidebar: Shrink invite user icon to line up text.
Browse files Browse the repository at this point in the history
  • Loading branch information
evykassirer authored and timabbott committed Dec 5, 2024
1 parent 6fdc316 commit 2fdb47a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions web/styles/right_sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -569,13 +569,14 @@ $user_status_emoji_width: 24px;
padding-left: 0;

.invite-user-link {
padding-left: var(--right-sidebar-heading-left-spacing);
grid-template-columns: auto minmax(0, 1fr);
grid-template-columns:
var(--right-sidebar-header-icon-toggle-width)
minmax(0, 1fr);

.zulip-icon-user-plus {
justify-self: center;
/* Some space between the icon and text */
margin-right: 5px;
/* Smaller icon size to align the link text with the other buddy list links */
font-size: 13px;
}
}
}
Expand Down

0 comments on commit 2fdb47a

Please sign in to comment.