Revert incomplete experimental change to narrow screen layout

Fixes #1911
This commit is contained in:
Jermolene 2015-09-09 17:12:36 +01:00
parent 51d71f9858
commit 79132a1797
1 changed files with 1 additions and 19 deletions

View File

@ -606,28 +606,10 @@ button.tc-untagged-label {
.tc-sidebar-header {
padding: 14px;
<<if-no-sidebar "
padding: inherit;
">>
min-height: 32px;
margin-top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};
}
.tc-sidebar-scrollable {
position: fixed;
overflow-y: auto;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
z-index: 1000;
background-color: <<colour page-background>>;
width: 100%;
max-height: 100%;
<<if-no-sidebar "
width: auto;
max-height: auto;
">>
}
.tc-story-river {
position: relative;
padding: 0;