2 Commits

Author SHA1 Message Date
wompmacho
1f5dbb895e Merge pull request #1 from wompmacho/release
Release v1.0.1
2020-11-01 20:11:07 -05:00
wompmacho
5482041645 Release v1.0.1
Adding Release in, removal of License's in headers, fixes for Auth colors bug and new feature theater mode. Other minor fixes to styling and updates to html.
2020-11-01 20:09:33 -05:00
7 changed files with 180 additions and 2284 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -17,7 +17,15 @@
</head>
<body>
<span style="display:inline-block;vertical-align: middle; margin-right: 2%;"><img src="../assets/icons/icon128.png" alt="🔴" style="height: 2.5em;"></span><span style="display:inline-block;vertical-align: middle;"><h1>Live Chat Options</h1></span>
<span style="display:inline-block;vertical-align: middle; margin-right: 2%;">
<img src="../assets/icons/icon128.png" alt="🔴" style="height: 2.5em;">
</span>
<span style="display:inline-block;vertical-align: middle;">
<h1>Live Chat Options</h1>
</span>
<span class="">
<button class="info_button" id="infoButton" >Info</button>
</span>
<br>
<br>
@@ -125,20 +133,26 @@
</div>
<div class="hr"></div>
<h2 class="options-heading">Font Size</h2>
<div class="slidecontainer">
<input disabled type="range" min="1" max="50" value="13" class="slider option-input" id="textSizeSlider">
</div>
<span>
<div class="options-table">
<div class="option-row">
<div class="option-cell"><label for="allowTextSlider"></label></div>
<div class="option-cell"><input disabled type="checkbox" id="allowTextSlider" class="option-input"></div>
</span>
<span>
<div class="options-table">
<div class="option-row">
<div class="slidecontainer">
<input disabled type="range" min="1" max="50" value="13" class="slider option-input" id="textSizeSlider">
</div>
<div class="option-cell">
<label for="allowTextSlider"></label>
</div>
<div class="option-cell">
<input disabled type="checkbox" id="allowTextSlider" class="option-input">
</div>
</div>
</div>
</div>
</span>
<div id="save-status">&nbsp;</div>
<div class="omega"></div>

View File

@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "🔴 LIVE CHAT",
"version": "1.0.0",
"version": "1.0.1",
"description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.",
"icons": {
"48": "assets/icons/icon48.png",
@@ -15,7 +15,6 @@
"background"
],
"options_ui": {
"page": "html/options.html",
"chrome_style": true

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long