diff --git a/src/content/css/settings.css b/src/content/css/settings.css index df738f3..f6a3edd 100644 --- a/src/content/css/settings.css +++ b/src/content/css/settings.css @@ -105,12 +105,10 @@ 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 { @@ -239,3 +237,36 @@ 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 5bbcc7e..a3fe1bc 100644 --- a/src/preload/titlebar.ts +++ b/src/preload/titlebar.ts @@ -5,11 +5,6 @@ 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 = `