1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +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 {
.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 {