Skip to content

Commit

Permalink
merge pull request #1111 from clappr/improve-no-op-style
Browse files Browse the repository at this point in the history
Improve no-op playback styling
  • Loading branch information
towerz committed Aug 9, 2016
2 parents 1efbddf + 1385b7c commit 84be5c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/playbacks/no_op/public/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
left: 0;
right: 0;
color: white;
margin: 10px;
padding: 10px;
/* center vertically */
top: 50%;
@include transform(translateY(-50%));
max-height: 100%;
overflow: auto;
}

[data-no-op] canvas[data-no-op-canvas] {
Expand Down

0 comments on commit 84be5c3

Please sign in to comment.