Hides headers from Microsoft Planner
Microsoft Planner Focus Mode by jaynpatel2310
Details
Authorjaynpatel2310
LicenseNo License
Categoryhttps://planner.cloud.microsoft/webui/plan/
Created
Updated
Size587 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 ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://planner.cloud.microsoft/webui/plan/") {
#unoSuiteNavContainer {
display: none;
}
.sideNav {
display: none;
}
.header {
display: none;
}
.suiteNavFallback {
display: none;
}
.addButton {
margin-top: 0px;
}
.filterPivotRow {
padding-bottom: 0px;
}
}