mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Fixes for zoomin storyview and fluid-fixed mode
This commit is contained in:
parent
1e2514f0a8
commit
5528906a6b
@ -841,6 +841,7 @@ html body.tc-body.tc-single-tiddler-window {
|
||||
<<if-fluid-fixed text:"""
|
||||
|
||||
.tc-story-river {
|
||||
padding-right: 0;
|
||||
position: relative;
|
||||
width: auto;
|
||||
left: 0;
|
||||
@ -852,19 +853,29 @@ html body.tc-body.tc-single-tiddler-window {
|
||||
}
|
||||
|
||||
.tc-sidebar-scrollable {
|
||||
padding-left: 0;
|
||||
left: auto;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};
|
||||
}
|
||||
|
||||
body.tc-body .tc-storyview-zoomin-tiddler {
|
||||
width: 100%;
|
||||
width: calc(100% - 42px);
|
||||
}
|
||||
|
||||
""" hiddenSidebarText:"""
|
||||
|
||||
.tc-story-river {
|
||||
padding-right: 3em;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
body.tc-body .tc-storyview-zoomin-tiddler {
|
||||
width: 100%;
|
||||
width: calc(100% - 84px);
|
||||
}
|
||||
|
||||
""">>
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user