Skip to content

Instantly share code, notes, and snippets.

@weaming
Last active August 4, 2019 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weaming/a793dc7fe8662cd0546bcf4bf7c799d9 to your computer and use it in GitHub Desktop.
Save weaming/a793dc7fe8662cd0546bcf4bf7c799d9 to your computer and use it in GitHub Desktop.
/* tweak Microsoft Teams Web client style */
/* weaming */
.teams-title,
.icons-appbar-download, .app-bar-text,
#app-bar-help-button, #discover-apps-button,
#ts-waffle-button
{
display: none;
}
.message-body {
/* border: 1px solid blue;*/
}
.message-body-container {
/* border: 1px solid red; */
}
.has-reactions .top-row-text-container {
margin-bottom: 18px;
}
li.reaction-container {
display: inline-block;
padding: 0px;
width: 45px;
border: 1px solid #ccc;
border-radius: 40px;
margin: 8px;
}
li.reaction-container > div {
margin: 5px;
}
li.reaction-container:hover {
background: #ccc;
}
/* mention */
.message-body-content {
padding: 3px 0;
}
.at-mentions-focus {
border: 1px solid;
border-radius: 4px;
padding: 0 4px;
margin: 1px;
}
.at-mentions-focus:hover {
text-decoration: none;
background: #ccc;
}
/* input */
.cke_contents span[itemtype="http://schema.skype.com/Mention"] {
border: 1px solid;
border-radius: 4px;
margin: 0 2px;
padding: 1px 3px
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment