stuff
This commit is contained in:
parent
2c369f1559
commit
35025c1fdd
|
@ -1433,6 +1433,7 @@
|
||||||
"PeopleItemUser": {"props": ["userInfo", "discordTag"]},
|
"PeopleItemUser": {"props": ["userInfo", "discordTag"]},
|
||||||
"PeopleList": {"props": ["peopleList", "emptyStateContainer"]},
|
"PeopleList": {"props": ["peopleList", "emptyStateContainer"]},
|
||||||
"Peoples": {"props": ["peopleColumn", "tabBar"]},
|
"Peoples": {"props": ["peopleColumn", "tabBar"]},
|
||||||
|
"PeoplesNowPlayingMember": {"props": ["memberItem", "unknown"]},
|
||||||
"PictureInPicture": {"props": ["pictureInPicture", "pictureInPictureWindow"]},
|
"PictureInPicture": {"props": ["pictureInPicture", "pictureInPictureWindow"]},
|
||||||
"PillWrapper": {"props": ["item", "wrapper"], "length": 2},
|
"PillWrapper": {"props": ["item", "wrapper"], "length": 2},
|
||||||
"PrivateChannel": {"props": ["channel", "closeButton"]},
|
"PrivateChannel": {"props": ["channel", "closeButton"]},
|
||||||
|
@ -2878,6 +2879,7 @@
|
||||||
"peopleslist": ["PeopleList", "peopleList"],
|
"peopleslist": ["PeopleList", "peopleList"],
|
||||||
"peopleslistempty": ["PeopleList", "emptyStateContainer"],
|
"peopleslistempty": ["PeopleList", "emptyStateContainer"],
|
||||||
"peoplesnowplayingcolumn": ["Peoples", "nowPlayingColumn"],
|
"peoplesnowplayingcolumn": ["Peoples", "nowPlayingColumn"],
|
||||||
|
"peoplesnowplayingmember": ["PeoplesNowPlayingMember", "memberItem"],
|
||||||
"peoplespeoplecolumn": ["Peoples", "peopleColumn"],
|
"peoplespeoplecolumn": ["Peoples", "peopleColumn"],
|
||||||
"peoplestabbar": ["Peoples", "tabBar"],
|
"peoplestabbar": ["Peoples", "tabBar"],
|
||||||
"peoplestabbaritem": ["Peoples", "item"],
|
"peoplestabbaritem": ["Peoples", "item"],
|
||||||
|
|
|
@ -1462,19 +1462,8 @@ input[REPLACE_CLASS_input][REPLACE_CLASS_inputerror] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[REPLACE_CLASS_usersettingssociallink][href*="/Lightcord/" i]::before {
|
[REPLACE_CLASS_peoplesnowplayingmember] [REPLACE_CLASS_nametag] {
|
||||||
content: "" !important;
|
pointer-events: none;
|
||||||
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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.platform-win [REPLACE_CLASS_toasts] {
|
.platform-win [REPLACE_CLASS_toasts] {
|
||||||
|
|
Loading…
Reference in New Issue