diff --git a/src/content/css/settings.css b/src/content/css/settings.css index f6a3edd..df738f3 100644 --- a/src/content/css/settings.css +++ b/src/content/css/settings.css @@ -105,10 +105,12 @@ p { color: white; font-size: 1.2em; font-weight: lighter; + white-space: pre-line; bottom: 40px; } .dropdown { position: relative; + top: 40px !important; font-size: 25px; } .center { @@ -237,36 +239,3 @@ select { white-space: nowrap; outline: none !important; } -.acTheme { - height: 14em !important; -} -.acCSP { - height: 10em !important; -} -.acTray { - height: 8em !important; -} -.acPatches { - height: 10em !important; -} -.acWebsocket { - height: 10em !important; -} -.acMobileMode { - height: 11em !important; -} -.acAltPaste { - height: 11em !important; -} -.acChannel { - height: 21em !important; -} -.acClientMod { - height: 18em !important; -} -.acPrfmMode { - height: 10em !important; -} -.acTray { - height: 8em !important; -} diff --git a/src/preload/titlebar.ts b/src/preload/titlebar.ts index a3fe1bc..5bbcc7e 100644 --- a/src/preload/titlebar.ts +++ b/src/preload/titlebar.ts @@ -5,6 +5,11 @@ import * as path from "path"; import os from "os"; export function injectTitlebar() { document.addEventListener("DOMContentLoaded", function (event) { + if (window.armcord.channel == "hummus") { + window.alert( + "ArmCord Titlebar doesn't currently work well in Hummus, please change ArmCord style to native for better experience." + ); + } var elem = document.createElement("div"); elem.innerHTML = `