mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 04:04:21 +08:00
parent
f296881703
commit
4d2dcdad9b
|
@ -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 {
|
||||
|
|
|
@ -13,5 +13,6 @@
|
|||
.emoji {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -152,12 +152,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.sidebar-section-link-content-text {
|
||||
.user-status-message {
|
||||
margin-left: 0.33em;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-section-link--active {
|
||||
background: var(--primary-low);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user