1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-07 06:14:44 +00:00

Style tweaks

We shouldn't nudge the **more** sidebar tab if we're on a small display
This commit is contained in:
Jeremy Ruston 2013-04-28 22:50:27 +01:00
parent 40ac461ca1
commit 3b8354d1e1

View File

@ -296,9 +296,6 @@ a.tw-tiddlylink-missing {
} }
} }
@media (min-width: 768px) and (max-width: 979px) {
}
@media print { @media print {
.sidebar-header { .sidebar-header {
display: none; display: none;
@ -526,7 +523,12 @@ canvas.tw-edit-bitmapeditor {
.tw-more-sidebar.tw-tab-set { .tw-more-sidebar.tw-tab-set {
white-space: nowrap; 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 { .tw-more-sidebar .tw-tab-buttons {