mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-11 18:26:03 +00:00
fullscreen is now actually full screen.
This commit is contained in:
@@ -43,9 +43,10 @@ main {
|
||||
border: 1px solid;
|
||||
}
|
||||
.fullscreen {
|
||||
height: 100vh;
|
||||
overflow: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100vh !important;
|
||||
overflow: none !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
width 100%;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user