1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Fix story river width with non-zero storyleft

Fixes #1640
This commit is contained in:
Jermolene 2016-03-22 12:05:18 +00:00
parent 276074b6cf
commit fdbc62dc11

View File

@ -702,7 +702,7 @@ button.tc-untagged-label {
<<if-no-sidebar "
.tc-story-river {
width: auto;
width: calc(100% - {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}});
}
">>