mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: scope chat-channel-title hover effect (#18854)
This commit is contained in:
@@ -1,8 +1,12 @@
|
|||||||
.chat-channel-title {
|
.channels-list .direct-message-channels {
|
||||||
max-width: 96%;
|
.chat-channel-title {
|
||||||
|
max-width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
.direct-message-channels .chat-channel-row:hover & {
|
.chat-channel-row:hover {
|
||||||
overflow: hidden;
|
.chat-channel-title {
|
||||||
max-width: unset;
|
overflow: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user