rethink narrative adjust placement; add close

This commit is contained in:
Lachlan Kermode
2019-01-09 12:34:07 +00:00
parent 46aeaf5217
commit 22e91037b9
5 changed files with 76 additions and 34 deletions

View File

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