Skip to content

Commit

Permalink
remove unused style..
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed May 13, 2018
1 parent 170b4b9 commit ea70964
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/css/main.scss
@@ -1,22 +1,8 @@
/* Area containing the recorder elements.
/* General plugin style.
--------------------------------------------------------------------------------
*/
.vjs-record
{
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
cursor: default;
margin: 0px;
padding: 0px;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
height: 100%;
}

/* Position fullscreen control on right side of the player.
Expand Down

0 comments on commit ea70964

Please sign in to comment.