diff options
| author | Teddy Wing | 2020-05-09 00:32:16 +0200 |
|---|---|---|
| committer | Teddy Wing | 2020-05-09 00:50:19 +0200 |
| commit | 9eecf1c6be59ff3c04152390d7ce556e36965fd8 (patch) | |
| tree | 2d6cec9c91a0585eca48847acfc729fbca7f1fd2 /src/styles.ts | |
| parent | 21afe4648732d2fc6b6fc0a92de3a0b0d7f91264 (diff) | |
| download | netflix-immersive-9eecf1c6be59ff3c04152390d7ce556e36965fd8.tar.bz2 | |
Add documentation comments
Diffstat (limited to 'src/styles.ts')
| -rw-r--r-- | src/styles.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles.ts b/src/styles.ts index 3e1658b..0d5235d 100644 --- a/src/styles.ts +++ b/src/styles.ts @@ -15,6 +15,7 @@ // You should have received a copy of the GNU General Public License // along with Immersive. If not, see <https://www.gnu.org/licenses/>. +// Adds CSS to the page to hide superfluous user interface elements. export default function styles () { const style = document.createElement('style'); |
