mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-01 18:38:02 +00:00
Wider sideways tiddlers
This commit is contained in:
@@ -14,7 +14,7 @@ A storyview that shows a sequence of tiddlers as horizontally stacked blocks
|
||||
|
||||
function setStoryElementStyles(e) {
|
||||
e.style.display = "inline-block";
|
||||
e.style.width = "350px";
|
||||
e.style.width = "380px";
|
||||
e.style.verticalAlign = "top";
|
||||
e.style.whiteSpace = "normal";
|
||||
}
|
||||
|
Reference in New Issue
Block a user