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:
parent
4d86493637
commit
89623ddb1f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user