Tweaks to Microsoft Teams web application to make it better.
teams.microsoft.com - Tweaking by denilsonsa
Details
Authordenilsonsa
LicensePublic Domain
Categoryteams.microsoft
Created
Updated
Size518 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name teams.microsoft.com - Tweaking
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Tweaks to Microsoft Teams web application to make it better.
@author Denilson
==/UserStyle== */
@-moz-document domain("teams.microsoft.com") {
/* For some (stupid) reason, the title of a shared piece of code is arbitrarily limited to a narrow width. */
html span.ui-grid > span.ui-flex > h4.ui-header {
max-width: none; /* was 23.5rem */
}
}