mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
banner: Aligned the username icon for topic header.
This commit fixes the alignment of the user emoji in the topic header. Previously, the icon in the user's name was slightly cut off at the top. This issue was resolved by setting the line height to 19px.
This commit is contained in:
@@ -122,8 +122,8 @@
|
||||
display: flex;
|
||||
padding: 5px 0 5px 10px;
|
||||
font-weight: 600;
|
||||
height: 1.2142em; /* 17px at 14px em */
|
||||
line-height: 1.2142em; /* 17px at 14px em */
|
||||
height: 1.4142em; /* 19px at 14px em */
|
||||
line-height: 1.4142em; /* 19px at 14px em */
|
||||
color: var(--color-text-message-header);
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user