1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-08 13:56:07 +00:00

FIx margins and spacing

This commit is contained in:
Jermolene
2013-11-19 12:17:16 +00:00
parent b63f7a7416
commit 223e9c4747
2 changed files with 14 additions and 3 deletions

View File

@@ -358,6 +358,15 @@ a.tw-tiddlylink-external {
padding-left: 7px;
}
.story-river {
position: relative;
}
.tw-story-spacer {
position: absolute;
min-height: 100%;
}
@media (max-width: {{$:/themes/tiddlywiki/snowwhite/metrics##storywidth}}) {
.sidebar-header {
padding: 14px;
@@ -380,7 +389,7 @@ a.tw-tiddlylink-external {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 0 0 0 -42px;
padding: 84px 0 28px 42px;
padding: 70px 0 28px 42px;
}
.story-river {
@@ -388,7 +397,7 @@ a.tw-tiddlylink-external {
left: {{$:/themes/tiddlywiki/snowwhite/metrics##storyleft}};
top: {{$:/themes/tiddlywiki/snowwhite/metrics##storytop}};
width: {{$:/themes/tiddlywiki/snowwhite/metrics##storywidth}};
padding: 42px;
padding: 56px 42px 42px 42px;
}
}