diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index 57800f124..d9a7dce76 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -258,6 +258,7 @@ a.tw-tiddlylink-missing { .tw-page-controls img { height: 1.5em; + padding-right: 0.5em; } .tw-menu-list-item { @@ -312,7 +313,12 @@ a.tw-tiddlylink-missing { position: relative; margin-bottom: 2em; background-color: {{$:/core/styles/colourmappings##tiddlerbackground}}; - <> +} + +@media screen { + .tw-tiddler-frame { + <> + } } @media (max-width: 55em) { @@ -352,6 +358,12 @@ a.tw-tiddlylink-missing { height: 0.75em; } +@media print { + .tw-tiddler-controls { + display: none; + } +} + .tw-tiddler-help { /* Help prompts within tiddler template */ color: #999; margin-top: 1em;