1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 00:50:28 +00:00

Respect "storytop" metric when in narrow layout

Previously we were only respecting it when in the wide layout
This commit is contained in:
Jermolene 2014-12-10 15:29:03 +00:00
parent 77277b429e
commit a0c13a0856

View File

@ -473,6 +473,7 @@ button.tc-untagged-label {
.tc-sidebar-header {
padding: 14px;
min-height: 32px;
margin-top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};
}
.tc-story-river {