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:
userAdityaa
2025-02-25 02:03:58 +05:30
committed by Tim Abbott
parent e903c018ec
commit d9589eba2c

View File

@@ -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 {