This style, when activated, makes the Microsoft Teams Translation Tool text full screen so viewers can read the captions from far away.
Teams Translation Tool by quentinastaley
Details
Authorquentinastaley
LicenseNo License
Categoryhttps://teams.microsoft.com/
Created
Updated
Size806 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 | March 2024
@version 20240322.20.00
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://teams.microsoft.com/") {
.app-header-bar {
display: none;
}
div[data-tid="closed-captions-renderer"] {
position: fixed;
top: 0;
left: 0;
z-index: 1000;
height: 100%;
}
div[data-tid="ubar-toolbar-wrapper"] {
display: none !important;
}
[context-view-component="leftNavBar"] {
display: none;
}
img {
display: none !important;
}
span.ui-chat__message__author {
display: none;
}
span[data-tid="closed-caption-text"] {
font-size: 15rem !important;
line-height: 1.10;
}
.fui-Flex[data-tid="closed-captions-renderer"] > .fui-Flex:first-child > .fui-Flex:first-child {
width: 100vw;
padding-bottom: 5rem;
}
}