minor style fixes

This commit is contained in:
Lachlan Kermode
2019-08-16 12:38:52 +01:00
parent 195de4e50e
commit d1426bd582
3 changed files with 6 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ module.exports = {
app: {
map: {
anchor: [31.356397, 34.784818]
},
}
},
ui: {
style: {
@@ -37,6 +37,5 @@ module.exports = {
selectedEvent: {}
}
}
},
}
}

View File

@@ -7,10 +7,13 @@
right: $card-right;
max-height: calc(100% - 180px);
height: auto;
width: $card-width;
overflow-y: scroll;
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
z-index: $header;
color: white;
overflow-x: hidden;
overflow-y: auto;
&.narrative-mode {
right: $card-right;

View File

@@ -104,7 +104,7 @@ NARRATIVE INFO
bottom: $timeline-height;
right: auto;
background-color: rgba(0,0,0,0.8);
z-index: $overheader;
z-index: $header;
&.left {
right: $card-right + $card-width - 40pt;