Collapses the Weava dashboard documents/highlights column when viewing a document, enabling a full-window view of it.
Weava documents/highlights column collapse by beachphoenix
Details
Authorbeachphoenix
LicenseNo License
CategoryWeava
Created
Updated
Size302 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 Weava side columns
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("weavatools.com") {
.app-main-panel-outer-container
{
display:none;
}
}