mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-01 19:59:09 +00:00
FIx margins and spacing
This commit is contained in:
parent
b63f7a7416
commit
223e9c4747
@ -12,7 +12,9 @@ title: $:/core/ui/PageTemplate
|
|||||||
{{$:/LeftSideBar}}
|
{{$:/LeftSideBar}}
|
||||||
|
|
||||||
<!-- The sidebar header -->
|
<!-- The sidebar header -->
|
||||||
<header class="sidebar-header"><div class="titlebar">{{SiteTitle}}</div><div class="tw-subtitle">{{SiteSubtitle}}</div>
|
<header class="sidebar-header">
|
||||||
|
<div class="titlebar">{{SiteTitle}}</div>
|
||||||
|
<div class="tw-subtitle">{{SiteSubtitle}}</div>
|
||||||
|
|
||||||
<div class="tw-page-controls">
|
<div class="tw-page-controls">
|
||||||
<$list filter="[is[shadow]!has[draft.of]tag[$:/tags/PageControls]] [!is[shadow]!has[draft.of]tag[$:/tags/PageControls]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
|
<$list filter="[is[shadow]!has[draft.of]tag[$:/tags/PageControls]] [!is[shadow]!has[draft.of]tag[$:/tags/PageControls]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
|
||||||
|
@ -358,6 +358,15 @@ a.tw-tiddlylink-external {
|
|||||||
padding-left: 7px;
|
padding-left: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.story-river {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tw-story-spacer {
|
||||||
|
position: absolute;
|
||||||
|
min-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: {{$:/themes/tiddlywiki/snowwhite/metrics##storywidth}}) {
|
@media (max-width: {{$:/themes/tiddlywiki/snowwhite/metrics##storywidth}}) {
|
||||||
.sidebar-header {
|
.sidebar-header {
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
@ -380,7 +389,7 @@ a.tw-tiddlylink-external {
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
margin: 0 0 0 -42px;
|
margin: 0 0 0 -42px;
|
||||||
padding: 84px 0 28px 42px;
|
padding: 70px 0 28px 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.story-river {
|
.story-river {
|
||||||
@ -388,7 +397,7 @@ a.tw-tiddlylink-external {
|
|||||||
left: {{$:/themes/tiddlywiki/snowwhite/metrics##storyleft}};
|
left: {{$:/themes/tiddlywiki/snowwhite/metrics##storyleft}};
|
||||||
top: {{$:/themes/tiddlywiki/snowwhite/metrics##storytop}};
|
top: {{$:/themes/tiddlywiki/snowwhite/metrics##storytop}};
|
||||||
width: {{$:/themes/tiddlywiki/snowwhite/metrics##storywidth}};
|
width: {{$:/themes/tiddlywiki/snowwhite/metrics##storywidth}};
|
||||||
padding: 42px;
|
padding: 56px 42px 42px 42px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user