Remove the Forecast totals block element from showing on the scoping view.
UPDATE: Forecast now allows you to collapse the scoping-view totals GUI, making this style unnecessary. However, leaving this userstyle in case anyone wants to completely remove it.
Notes
Userstyle doesn't have notes.
Source code
/* ==UserStyle==
@name Remove Forecast totals block from scoping
@version 20211019.21.52
@namespace userstyles.world/user/christopher-hayes
@description From the Forecast totals block element from showing on the scoping view
@author christopher-hayes
@license No License
==/UserStyle== */
@-moz-document regexp("https:\\/\\/app.forecast.it\\/project\\/.*\\/new-scoping") {
[data-userpilot="project-totals-header"] {
display: none;
}
}