wip: narrative info to the right

This commit is contained in:
Lachlan Kermode
2019-01-08 15:21:58 +00:00
parent 0d8a66ad2f
commit 002447e707
3 changed files with 46 additions and 14 deletions

View File

@@ -17,8 +17,8 @@ $timeline-height: 170px;
color: white;
&.narrative-mode {
right: auto;
left: 10px;
right: 10px;
left: auto;
top: $narrative-info-max-height + 12px;
height: calc(100% - #{$narrative-info-max-height} - #{$timeline-height} - 12px);
}