1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-09 23:50:01 +00:00

small css fix for tight theme

This commit is contained in:
BurningTreeC 2024-10-21 05:30:32 +02:00
parent 4d86493637
commit 89623ddb1f

View File

@ -34,11 +34,15 @@ tags: [[$:/tags/Stylesheet]]
padding: 12px;
}
html body.tc-body div.tc-sidebar-scrollable, html[dir="rtl"] body.tc-body div.tc-sidebar-scrollable {
html body.tc-body div.tc-sidebar-scrollable {
padding: 12px 0 12px 12px;
}
html body.tc-body .tc-sidebar-left div.tc-sidebar-scrollable, html[dir="rtl"] body.tc-body .tc-sidebar-left div.tc-sidebar-scrollable {
html body.tc-body .tc-sidebar-left div.tc-sidebar-scrollable {
padding: 12px 12px 12px 12px;
}
html[dir="rtl"] body.tc-body .tc-sidebar-left div.tc-sidebar-scrollable {
padding: 12px 12px 12px 0;
}