diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index 03884792f6..cd1b9c98a4 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -321,7 +321,7 @@ "icon": "" }, "CHANGELOG": { - "icon": "" + "icon": "" }, "CHECKBOX": { "defaultProps": { @@ -348,7 +348,7 @@ "width": 12, "height": 12 }, - "icon": "" + "icon": "" }, "CLOSE_CIRCLE": { "icon": "" @@ -416,7 +416,10 @@ "icon": "" }, "NOVA_TRASH": { - "icon": "" + "icon": "" + }, + "OPEN_EXTERNAL": { + "icon": "" }, "PATREON": { "icon": "" @@ -691,7 +694,9 @@ }, "DisplayLargeMessages": { "injectButton": "injectButton-8eKqGu", - "injectButtonWrapper": "injectButtonWrapper-U462Rh" + "injectButtonWrapper": "injectButtonWrapper-U462Rh", + "popoutButton": "popoutButton-a26sRh", + "popoutButtonWrapper": "popoutButtonWrapper-p90FFs" }, "DisplayServersAsChannels": { "badge": "badge-fxFrUP", @@ -1129,6 +1134,8 @@ "_creationdatedate": ["CreationDate", "date"], "_displaylargemessagesinjectbutton": ["DisplayLargeMessages", "injectButton"], "_displaylargemessagesinjectbuttonwrapper": ["DisplayLargeMessages", "injectButtonWrapper"], + "_displaylargemessagespopoutbutton": ["DisplayLargeMessages", "popoutButton"], + "_displaylargemessagespopoutbuttonwrapper": ["DisplayLargeMessages", "popoutButtonWrapper"], "_displayserversaschannelsbadge": ["DisplayServersAsChannels", "badge"], "_displayserversaschannelsname": ["DisplayServersAsChannels", "name"], "_displayserversaschannelsstyled": ["DisplayServersAsChannels", "styled"], diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 6d7b722314..9870d51000 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -7585,13 +7585,16 @@ html .monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight } /* ---- 17.14 DISPLAYLARGEMESSAGES ---- */ -#app-mount .injectButton-8eKqGu { /* attachment injectbutton */ +#app-mount .injectButton-8eKqGu, /* attachment injectbutton */ +#app-mount .popoutButton-a26sRh { /* attachment popoutbutton */ color: rgb(var(--fontwhite4)); } -#app-mount .injectButton-8eKqGu:hover { +#app-mount .injectButton-8eKqGu:hover, +#app-mount .popoutButton-a26sRh:hover { color: rgb(var(--fontwhite3)); } -#app-mount .injectButton-8eKqGu:active { +#app-mount .injectButton-8eKqGu:active, +#app-mount .popoutButton-a26sRh:active { color: rgb(var(--fontwhite2)); }