stuff
This commit is contained in:
parent
fa62e0be45
commit
2cb7f3745a
|
@ -140,6 +140,7 @@
|
|||
"UnreadStateTypes": {"props": ["ReadStateTypes"], "value": "ReadStateTypes"},
|
||||
"UploadUtils": {"props": ["upload", "instantBatchUpload"]},
|
||||
"URLParser": {"props": ["parse", "resolveObject"]},
|
||||
"UserBadgeKeys": {"props": ["BadgeKeys"], "value": "BadgeKeys"},
|
||||
"UserBioParser": {"props": ["parseBioReact"]},
|
||||
"UserFetchUtils": {"props": ["fetchCurrentUser", "getUser"]},
|
||||
"UserNameUtils": {"props": ["getName", "getNickname"]},
|
||||
|
@ -394,10 +395,6 @@
|
|||
"StatusPickerPopout": {"strings": ["\"StatusPickerPopout\""], "value": "default"},
|
||||
"TextElement": {"name": "Text"},
|
||||
"UserBadges": {"props": ["BadgeSizes"],
|
||||
"children": {
|
||||
"Keys": {"props": ["BadgeKeys"], "value": "BadgeKeys"}
|
||||
}
|
||||
},
|
||||
"UserPopout": {"name": "UserPopoutContainer"},
|
||||
"UserSummaryItem": {"name": "UserSummaryItem"},
|
||||
"VideoForwardRef": {"strings": ["displayName=\"Video\"", "\"video\"", "HTMLImageElement"], "value": "default"},
|
||||
|
@ -1230,7 +1227,7 @@
|
|||
"Combobox": {"props": ["combobox", "itemLabel"]},
|
||||
"Cursor": {"props": ["cursorDefault", "userSelectNone"]},
|
||||
"CustomStatusIcon": {"props": ["textRuler", "emoji", "icon"]},
|
||||
"CustomStatusModal": {"props": ["inputContainer", "emojiButton"]},
|
||||
"CustomStatusModal": {"props": ["inputContainer", "emojiButton", "modalRoot"]},
|
||||
"CustomStatusPopout": {"props": ["customStatusItem", "customEmoji"]},
|
||||
"DmAddPopout": {"props": ["popout", "searchBarComponent"]},
|
||||
"DmAddPopoutItems": {"props": ["friendSelected", "friendWrapper"]},
|
||||
|
|
|
@ -1800,11 +1800,11 @@ a.metadataName-1KMZtB {
|
|||
|
||||
/* ---- 10.13. SCREENSHAREMODAL ---- */
|
||||
|
||||
#app-mount .art-2OaYX0 { /* settings modal */
|
||||
#app-mount .art-1TvEXv { /* settings modal */
|
||||
position: relative;
|
||||
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/screenshare_header_bg.svg) center/contain no-repeat;
|
||||
}
|
||||
.art-2OaYX0::after {
|
||||
.art-1TvEXv::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -1853,10 +1853,10 @@ a.metadataName-1KMZtB {
|
|||
|
||||
/* ---- 10.15. CUSTOMSTATUSMODAL ---- */
|
||||
|
||||
.art-2p0nYa {
|
||||
.art-2Y6Pk3 {
|
||||
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/customstatus_header_bg.svg) center/contain no-repeat;
|
||||
}
|
||||
.art-2p0nYa::after {
|
||||
.art-2Y6Pk3::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in New Issue