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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 12 deletions

View File

@ -62,14 +62,12 @@
}
.sidebar-section-link-content-text {
align-items: center;
display: inline-flex;
@include ellipsis;
.emoji {
width: 15px;
height: 15px;
vertical-align: baseline;
}
.badge-category__wrapper {

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);
}