to print TANA page properly
temporary fix by Asgair Horem
TANA print page by keremozan
Details
Authorkeremozan
LicenseNo License
Categoryhttps://app.tana.inc
Created
Updated
Size510 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 12/3/2022, 7:34:02 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://app.tana.inc") {
@media print {
header[class^="TopBar"],
[data-panel-id="sidepanel"] {
display: none;
}
app,
div[class^="EditorPage"] {
overflow: unset;
height: unset;
}
}
}