Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoufik El Aoumari authored Jul 13, 2020
1 parent 406fa57 commit 2ae626b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions better-ms-teams.user.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.ts-unread-channel {
color: yellow !important;
}


message-list.chat-style .self .media-left ~ .ts-message-thread-body {
padding-left: 42px;

}

.chat-style .self .ts-message-thread-body {
justify-content: initial;
}

.message-body-width {
width: 100%;
}

.list-wrap.list-wrap-v3.ts-message-list-container,
.ts-new-message-footer.new-message-common.rich-style-enabled,
.extension-icons-container.new-message-common.compose-stripe.compose-stripe-flex-reverse,
virtual-repeat>.list-wrap>*.item-wrap,
div#ts-bottom-compose-identifier {
max-width: initial;
}

.ts-new-message-footer.new-message-common.rich-style-enabled,
.extension-icons-container.new-message-common.compose-stripe.compose-stripe-flex-reverse {
margin: 0 3rem;
}

.placeholder-item.message-body-width.self {
right: initial;
}

0 comments on commit 2ae626b

Please sign in to comment.