The sidebar bermuda triangle

88 views
Skip to first unread message

David Gifford

unread,
May 9, 2021, 3:12:08 PM5/9/21
to TiddlyWiki
Hi everyone

In the attached image, the red area keeps me from moving the sidebar elements up a little further, but when I inspect the CSS I don't find any div or span, so I can't change its properties.

I am guessing the motivation behind it was to keep anything from getting hidden by the "saved wiki" notification. But does anyone know how I could use CSS to remove/hide this section and slide everything under it, up a notch?

Thanks!
redbar.jpg

Mark S.

unread,
May 9, 2021, 4:17:26 PM5/9/21
to TiddlyWiki
It's there in one of the divs.

Possibly

div.tc-sidebar-scrollable
{ padding-top: 50px ;
}

will move it up (tweak 50px as needed).

David Gifford

unread,
May 9, 2021, 4:49:11 PM5/9/21
to tiddl...@googlegroups.com
That's it! Thank you Mark!




--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/JYANCA-23EA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/6a6f7cdd-8038-472b-a04f-d386e08beb8an%40googlegroups.com.

Ray Vermey

unread,
May 9, 2021, 4:53:46 PM5/9/21
to Mohammad Rahmani
Well, so where can you adjust those things??

Ray

Op zo 9 mei 2021 om 22:49 schreef David Gifford <dgif...@crcna.org>:
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 tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CANE%3DBFJBPbmGihG6GmN0_OqNq67ysOSYxU%3DpHtEwyCWeDAhhyw%40mail.gmail.com.

David Gifford

unread,
May 9, 2021, 5:16:40 PM5/9/21
to TiddlyWiki
Hi Ray

Create a tiddler. Tag it $:/tags/Stylesheet . Change type to text/css. Add the snippet below and save it, and watch that wasted space disappear instantly.

div.tc-sidebar-scrollable
{ padding-top: 0px ;
}

Ray Vermey

unread,
May 9, 2021, 6:29:27 PM5/9/21
to Mohammad Rahmani
Ah ok so it is general?
Great, thanks!

Ray

Op zo 9 mei 2021 om 23:16 schreef David Gifford <dgif...@crcna.org>:
Reply all
Reply to author
Forward
0 new messages