Unverified Commit 5a76d800 authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub

Merge pull request #4149 from benjiwheeler/fix-safari-fullscreen

fix Safari fullscreen CSS bugs
parents b385288e 374af98b
...@@ -38,7 +38,6 @@ $stage-width: 480px; ...@@ -38,7 +38,6 @@ $stage-width: 480px;
.inner { .inner {
margin: 0 auto; margin: 0 auto;
overflow: auto;
@media #{$medium-and-smaller} { @media #{$medium-and-smaller} {
// subtract page padding // subtract page padding
...@@ -365,7 +364,7 @@ $stage-width: 480px; ...@@ -365,7 +364,7 @@ $stage-width: 480px;
.guiPlayer { .guiPlayer {
display: inline-block; display: inline-block;
position: relative; position: relative;
max-width: $player-width; width: $player-width;
z-index: 1; z-index: 1;
$alert-bg: rgba(255, 255, 255, .85); $alert-bg: rgba(255, 255, 255, .85);
...@@ -402,6 +401,7 @@ $stage-width: 480px; ...@@ -402,6 +401,7 @@ $stage-width: 480px;
flex: 1; flex: 1;
flex-flow: column; flex-flow: column;
margin-top: .3125rem; margin-top: .3125rem;
overflow: auto;
@media #{$medium-and-smaller} { @media #{$medium-and-smaller} {
margin-top: .5rem; margin-top: .5rem;
...@@ -479,7 +479,6 @@ $stage-width: 480px; ...@@ -479,7 +479,6 @@ $stage-width: 480px;
line-height: 1.5rem; line-height: 1.5rem;
flex: 1; flex: 1;
overflow-wrap: break-word; overflow-wrap: break-word;
word-break: break-word;
} }
.project-description:last-of-type { .project-description:last-of-type {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment