Update custom.css

This commit is contained in:
smartfridge 2021-03-18 13:50:15 +01:00 committed by GitHub
parent 91c6a24ad6
commit 2a6c4db0e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 3 deletions

View File

@ -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;
}