The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/apps/meteor/app/threads/client/threads.css

20 lines
391 B

.thread-empty {
padding: calc(2 * var(--default-padding));
}
.thread-list {
overflow-x: hidden;
overflow-y: auto;
word-wrap: break-word;
flex-grow: 1;
flex-shrink: 1;
}
.contextual-bar__content.thread,
.contextual-bar__content.discussions,
.contextual-bar__content.channel-settings,
.contextual-bar__content.keyboard-shortcut-list,
.contextual-bar__content.threads {
padding: 0;
}