mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 13:15:49 +08:00
b83d9fa802
* Refactor: split out chat index files * Refactor: is-online offset
9 lines
134 B
SCSS
9 lines
134 B
SCSS
.chat-channel-title-wrapper {
|
|
padding: 0.25rem;
|
|
|
|
&:hover {
|
|
background: var(--primary-very-low);
|
|
border-radius: 5px;
|
|
}
|
|
}
|