mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Fixed text alignment for 'Compact' theme
This commit is contained in:
@@ -4,6 +4,7 @@ const urlParams = new URLSearchParams(queryString);
|
||||
const settingsJson = urlParams.get("settingsJson") || "";
|
||||
const widgetURL = urlParams.get("widgetURL") || "";
|
||||
const showUnmuteIndicator = GetBooleanParam("showUnmuteIndicator", false);
|
||||
const useStreamerBot = GetBooleanParam("usesStreamerBot", false);
|
||||
|
||||
// Page elements
|
||||
const widgetUrlInputWrapper = document.getElementById('widgetUrlInputWrapper');
|
||||
@@ -318,6 +319,9 @@ function RefreshWidgetPreview() {
|
||||
}
|
||||
|
||||
function UpdateStreamerBotConnection() {
|
||||
if (!useStreamerBot)
|
||||
return;
|
||||
|
||||
let addressElement = document.getElementById('address');
|
||||
let portElement = document.getElementById('port');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user