From 3b8354d1e116f2d6ca0c83e563c4540eccdff6fc Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 28 Apr 2013 22:50:27 +0100 Subject: [PATCH] Style tweaks We shouldn't nudge the **more** sidebar tab if we're on a small display --- themes/tiddlywiki/snowwhite/base.tid | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 {