fix padding on content area. fullscreen hack no longer needed on chrome

remove box shadow from navbar so it doesn't cover the render area
This commit is contained in:
Toad King 2018-01-15 14:04:28 -06:00
parent 391fd3eadc
commit b997c8f80f

View File

@ -6,9 +6,11 @@
/**
* Make sure the background of the player is black.
* Also make sure line height is 0 so there's no extra space on the bottom.
*/
.webplayer-container {
background-color: black;
line-height: 0;
}
/**
@ -113,7 +115,6 @@ textarea {
color: #565656 !important;
}
/* fix weird white bar in chrome when fullscreen */
:-webkit-full-screen {
height: 100%;
.navbar {
box-shadow: none;
}