Justin

text is entered into the left tab, that it does not stretch all the way 
> down to the bottom of the window
>
...
> move the scroll bar to the left of the new sidebar as well, mirroring the 
> right sidebar.

 
Yeah... why the heck did I limit the height like that? And scrollbar on the 
left side is a cool idea!
Anyway: In the tiddler $:/plugins/TWaddle/LeftBar/Stylesheet try the 
following changes (i.e only the text in yellow)

.leftbar-content {
 position:{{!!position}};
 max-width:calc(42px + {{!!width}});
 left:0px;
 top:3em;
 padding:0em 10px 5px 10px;
 background:none;
 min-height:50vh;
 max-height:calc(100vh - 3em);
 overflow-y:auto;
}
.leftbar-content * {
    direction:ltr;
}
.leftbar-content {
    direction: rtl;
}

<:-)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c5c49124-4793-4b3c-82b8-d63a85923486%40googlegroups.com.

Reply via email to