How do we reduce the whitespace above the siteTitle in the sidebar?

Folks,

I have attempted to identify where and how to modify the size of the space in the sidebar before the $:/SiteTitle is displayed. It seems to be around 52px in size but I cant find by what means it is introduced.

I want to display the favicon there above the site title and there is no need for the whitespace.

Do you know?

Thanks in advance.

https://giffmex.org/gifts/documenting.tw.html#Reduce%20the%20space%20above%20the%20sidebar:HQ%20%5B%5BReduce%20the%20space%20above%20the%20sidebar%5D%5D

2 Likes

Thanks, I have used the following;

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

in a tiddler tagged $:/tags/Stylesheet

2 Likes