From 2a6c4db0e053886a9268841b2fe35b3d129ad5f5 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Thu, 18 Mar 2021 13:50:15 +0100 Subject: [PATCH] Update custom.css --- smartcord/custom.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/smartcord/custom.css b/smartcord/custom.css index 85f5d30..34ef402 100644 --- a/smartcord/custom.css +++ b/smartcord/custom.css @@ -88,9 +88,6 @@ } -@import url("https://enhanceddiscord.com/theme.css"); -@import url("https://cdn.jsdelivr.net/gh/Lightcord/BetterDiscordAddons/Themes/SettingPopout/SettingPopout.css"); - .theme-dark { --bg: transparent; --bg-overlay: rgba(0, 0, 0, 0.7972451874704072); @@ -182,3 +179,19 @@ .titleBar-AC4pGV:not(.typeMacOS-3EmCyP):after { content: "SmartCord" !important } +.userPopout-3XzG_A .body-3iLsc4 { + max-height: 200px; + overflow-y: auto; +} +.theme-dark .circleIconButton-jET_ig { + position: fixed; + bottom: 0; + height: 50px; + width: 50px; + margin-left: 0px; + padding: 10px; + background-color: var(--accent-color); + border: none; + color: #fff; + box-shadow: 0 0 19px #000; +}