diff options
Diffstat (limited to 'animism-align/frontend/app/views/viewer/viewer.mobile.css')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/viewer.mobile.css | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/animism-align/frontend/app/views/viewer/viewer.mobile.css b/animism-align/frontend/app/views/viewer/viewer.mobile.css index 5f3eebb..9694df6 100644 --- a/animism-align/frontend/app/views/viewer/viewer.mobile.css +++ b/animism-align/frontend/app/views/viewer/viewer.mobile.css @@ -81,7 +81,6 @@ .eflux-header .transcript-icon { width: 2.5rem; height: 2.5rem; - box-shadow: 0.3px 0.6px 2.6px rgba(0,0,0,0.3); } .eflux-logo { left: 50%; @@ -95,7 +94,6 @@ top: 1rem; left: 1.25rem; margin-left: 0; - box-shadow: 0 0 0 rgba(0,0,0,0.0); background: transparent; } .eflux-header .fullscreen-close svg { @@ -141,7 +139,11 @@ /* checklist */ - .checklist-dropdown-column { + .checklist-dropdown-container { + position: static; + left: auto; + width: calc(100% - 2rem); + margin: 1rem 1rem 0 1rem; } .checklist-inner { width: 100%; @@ -262,6 +264,16 @@ } } +/* mobile landscape mode */ + +@media (max-device-width: 760px) and (orientation: landscape) { + .viewer-fullscreen .video .videoPlayer { + padding-top: 4rem; + } + .site-intro { + background-size: 100% auto; + } +} /* if the introduction is the only section that's enabled... */ |
