mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Revert incomplete experimental change to narrow screen layout
Fixes #1911
This commit is contained in:
parent
51d71f9858
commit
79132a1797
@ -606,28 +606,10 @@ button.tc-untagged-label {
|
|||||||
|
|
||||||
.tc-sidebar-header {
|
.tc-sidebar-header {
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
<<if-no-sidebar "
|
min-height: 32px;
|
||||||
padding: inherit;
|
|
||||||
">>
|
|
||||||
margin-top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};
|
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 {
|
.tc-story-river {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user