Format files and trim trailing whitespace

This commit is contained in:
Omar Roth
2019-03-23 14:05:13 -05:00
parent ce4b07d7d7
commit 0c6cede287
16 changed files with 101 additions and 101 deletions

View File

@@ -10,13 +10,13 @@
<title><%= HTML.escape(video.title) %> - Invidious</title>
<style>
#player {
position: fixed;
right: 0;
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
width: auto;
height: auto;
z-index: -100;
}
</style>