mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: chat-channel-row alignment (#23607)
This commit is contained in:
parent
9b5ab7a764
commit
02de223da8
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -68,6 +69,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chat-channel-title {
|
.chat-channel-title {
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
&__users-count {
|
&__users-count {
|
||||||
width: var(--channel-list-avatar-size);
|
width: var(--channel-list-avatar-size);
|
||||||
height: var(--channel-list-avatar-size);
|
height: var(--channel-list-avatar-size);
|
||||||
|
@ -33,9 +33,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chat-channel-title {
|
.chat-channel-title {
|
||||||
width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
&__users-count {
|
&__users-count {
|
||||||
font-size: var(--font-up-2);
|
font-size: var(--font-up-2);
|
||||||
& + .chat-channel-title__name {
|
& + .chat-channel-title__name {
|
||||||
|
Loading…
Reference in New Issue
Block a user