mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-05 04:18:01 +00:00
Remove tiddler frame padding in print view
It was wasting a border around each page.
This commit is contained in:
@@ -726,7 +726,7 @@ button.tc-untagged-label {
|
||||
.tc-story-river .tc-tiddler-frame {
|
||||
margin: 0;
|
||||
border: none;
|
||||
padding: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user