diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index ed6f194ec..e745f5cf9 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -296,9 +296,6 @@ a.tw-tiddlylink-missing { } } -@media (min-width: 768px) and (max-width: 979px) { -} - @media print { .sidebar-header { display: none; @@ -526,7 +523,12 @@ canvas.tw-edit-bitmapeditor { .tw-more-sidebar.tw-tab-set { white-space: nowrap; - margin-left: -3em; +} + +@media (min-width: 55em) { + .tw-more-sidebar.tw-tab-set { + margin-left: -3em; + } } .tw-more-sidebar .tw-tab-buttons {