Skip to content

Commit

Permalink
restore formatting of other FS frames
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Scott committed Dec 9, 2020
1 parent 5c7b1c4 commit f9b857d
Showing 1 changed file with 34 additions and 16 deletions.
50 changes: 34 additions & 16 deletions app/styles/full-screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,7 @@
overflow: scroll;
}

#experiment-player.player-fullscreen div.lookit-frame {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
display: table;

> div {
display: table-cell;
text-align: center;
vertical-align: middle;
}
}

video.player-fullscreen::-webkit-media-controls {
display:none !important;
}

#experiment-player.player-fullscreen, #experiment-player.player-fullscreen * {
// blank cursor (1px transparent image)
Expand All @@ -38,4 +22,38 @@ video.player-fullscreen::-webkit-media-controls {
width: 100%;
font-size: 2em;
display: none;
}


#experiment-player.player-fullscreen div.lookit-frame {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
display: table;

> div {
display: table-cell;
text-align: center;
vertical-align: middle;
}
}

#experiment-player.player-fullscreen {
> div, > div > div, > div > div > div {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}

.lookit-frame {
display: table;

> div {
display: table-cell;
text-align: center;
vertical-align: middle;
}
}
}

0 comments on commit f9b857d

Please sign in to comment.