mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
basic photobook support
This commit is contained in:
@@ -70,6 +70,7 @@ $header-inset: 10px;
|
||||
font-family: "Lato", Helvetica, sans-serif;
|
||||
// max-height: $vimeo-height;
|
||||
min-width: 100%;
|
||||
max-height: 500px;
|
||||
|
||||
.media-player {
|
||||
width: 100%;
|
||||
@@ -145,9 +146,12 @@ $header-inset: 10px;
|
||||
|
||||
.source-image-container {
|
||||
padding: 0 25px;
|
||||
overflow-y: scroll;
|
||||
max-height: 100%;
|
||||
.source-image {
|
||||
max-width: 100%;
|
||||
max-width: calc(100% - 20px);
|
||||
max-height: 100%;
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user