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