mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
WIP: render all cards in narrative
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@import 'card';
|
||||
|
||||
$card-width: 370px;
|
||||
$narrative-info-max-height: 250px;
|
||||
$narrative-info-max-height: 170px;
|
||||
$timeline-height: 170px;
|
||||
|
||||
.card-stack {
|
||||
@@ -20,7 +20,7 @@ $timeline-height: 170px;
|
||||
&.narrative-mode {
|
||||
right: auto;
|
||||
left: 10px;
|
||||
top: $narrative-info-max-height;
|
||||
top: $narrative-info-max-height + 12px;
|
||||
height: calc(100% - #{$narrative-info-max-height} - #{$timeline-height});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user