heh
This commit is contained in:
parent
a506381eab
commit
b08d4975d9
|
@ -1319,6 +1319,7 @@
|
|||
"UserProfileInfoSection": {"props": ["userInfoSection", "connectedAccounts"]},
|
||||
"UserProfileList": {"props": ["listAvatar", "listRow"]},
|
||||
"UserSettingsAppearancePreview": {"props": ["preview", "firstMessage"]},
|
||||
"UserSettingsSocialLinks": {"props": ["socialLinks", "link"]},
|
||||
"UserSummaryItem": {"props": ["avatarContainerMasked", "container"]},
|
||||
"Video": {"props": ["video", "fullScreen"]},
|
||||
"VoiceChannel": {"props": ["avatarSpeaking", "voiceUser"]},
|
||||
|
@ -3064,6 +3065,8 @@
|
|||
"usersettingsappearancepreview": ["UserSettingsAppearancePreview", "preview"],
|
||||
"usersettingsappearancepreviewcompact": ["UserSettingsAppearancePreview", "compactPreview"],
|
||||
"usersettingsappearancepreviewfirst": ["UserSettingsAppearancePreview", "firstMessage"],
|
||||
"usersettingssociallink": ["UserSettingsSocialLinks", "link"],
|
||||
"usersettingssociallinks": ["UserSettingsSocialLinks", "socialLinks"],
|
||||
"usersummaryavatar": ["UserSummaryItem", "avatar"],
|
||||
"usersummaryavatarcontainer": ["UserSummaryItem", "avatarContainer"],
|
||||
"usersummaryavatarcontainermasked": ["UserSummaryItem", "avatarContainerMasked"],
|
||||
|
|
|
@ -1414,6 +1414,16 @@ img:not([src]), img[src=""], img[src="null"] {
|
|||
}
|
||||
}
|
||||
|
||||
[REPLACE_CLASS_usersettingssociallink][href*="/Lightcord/" i]::before {
|
||||
content: "";
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.platform-win [REPLACE_CLASS_toasts] {
|
||||
padding-top: 22px;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/ThemeDevBadge.css);
|
||||
|
||||
:root {
|
||||
--settingsmodalbackground: transparent;
|
||||
--settingsmodalwidth: 960px;
|
||||
|
|
|
@ -18,4 +18,14 @@
|
|||
}
|
||||
.selected-aXhQR6 .dev-A7f2Rx.hasBadge-4rT8_u .badge-7R_W3s {
|
||||
filter: brightness(80%) !important;
|
||||
}
|
||||
|
||||
.link-1IoFq-[href*="/Lightcord/" i]::before {
|
||||
content: "";
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: red;
|
||||
}
|
Loading…
Reference in New Issue