This commit is contained in:
Mirco Wittrien 2022-10-31 12:14:26 +01:00
parent 2c369f1559
commit 35025c1fdd
2 changed files with 4 additions and 13 deletions

View File

@ -1433,6 +1433,7 @@
"PeopleItemUser": {"props": ["userInfo", "discordTag"]},
"PeopleList": {"props": ["peopleList", "emptyStateContainer"]},
"Peoples": {"props": ["peopleColumn", "tabBar"]},
"PeoplesNowPlayingMember": {"props": ["memberItem", "unknown"]},
"PictureInPicture": {"props": ["pictureInPicture", "pictureInPictureWindow"]},
"PillWrapper": {"props": ["item", "wrapper"], "length": 2},
"PrivateChannel": {"props": ["channel", "closeButton"]},
@ -2878,6 +2879,7 @@
"peopleslist": ["PeopleList", "peopleList"],
"peopleslistempty": ["PeopleList", "emptyStateContainer"],
"peoplesnowplayingcolumn": ["Peoples", "nowPlayingColumn"],
"peoplesnowplayingmember": ["PeoplesNowPlayingMember", "memberItem"],
"peoplespeoplecolumn": ["Peoples", "peopleColumn"],
"peoplestabbar": ["Peoples", "tabBar"],
"peoplestabbaritem": ["Peoples", "item"],

View File

@ -1462,19 +1462,8 @@ input[REPLACE_CLASS_input][REPLACE_CLASS_inputerror] {
}
}
[REPLACE_CLASS_usersettingssociallink][href*="/Lightcord/" i]::before {
content: "" !important;
display: block !important;
visibility: visible !important;
opacity: 1 !important;
position: fixed !important;
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
background: #18191c linear-gradient(var(--background-floating), var(--background-floating)) !important;
-webkit-app-region: drag !important;
z-index: 1000000 !important;
[REPLACE_CLASS_peoplesnowplayingmember] [REPLACE_CLASS_nametag] {
pointer-events: none;
}
.platform-win [REPLACE_CLASS_toasts] {