mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
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:
parent
391fd3eadc
commit
b997c8f80f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user