UX: Emoji aligment fixes, followup to #26491 (#26618)

This commit is contained in:
Jarek Radosz
2024-04-12 10:48:14 +02:00
committed by GitHub
parent f296881703
commit 4d2dcdad9b
4 changed files with 5 additions and 12 deletions

View File

@ -13,5 +13,6 @@
.emoji {
height: 1em;
width: 1em;
vertical-align: baseline;
}
}

View File

@ -7,7 +7,7 @@
.chat-message-info__username {
display: inline-flex;
align-items: center;
align-items: baseline;
& + .chat-message-info__bot-indicator,
& + .chat-message-info__date {
@ -61,8 +61,8 @@
margin-inline: 0.33rem;
.emoji {
width: 16px;
height: 16px;
width: 15px;
height: 15px;
}
}

View File

@ -152,12 +152,6 @@
}
}
.sidebar-section-link-content-text {
.user-status-message {
margin-left: 0.33em;
}
}
.sidebar-section-link--active {
background: var(--primary-low);
}