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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user