stuff
This commit is contained in:
parent
a2d06807dd
commit
527a7ec98c
|
@ -6615,13 +6615,13 @@ var BDFDB = {
|
|||
let position = pos && DiscordClasses["popout" + pos] ? BDFDB.disCN["popout" + pos] : BDFDB.disCN.popouttop;
|
||||
let arrow = !this.props.arrow ? BDFDB.disCN.popoutnoarrow : (pos && pos.indexOf("top") > -1 && pos != "top" ? BDFDB.disCN.popoutarrowalignmenttop : BDFDB.disCN.popoutarrowalignmentmiddle);
|
||||
return BDFDB.ReactUtils.createElement("div", {
|
||||
className: BDFDB.DOMUtils.formatClassName(BDFDB.disCN.popout, position, this.props.invert && pos && pos != "bottom" && BDFDB.disCN.popoutinvert, arrow, !this.props.shadow && BDFDB.disCN.popoutnoshadow, this.props.className),
|
||||
className: BDFDB.DOMUtils.formatClassName(BDFDB.disCN.popout, position, this.props.invert && pos && pos != "bottom" && BDFDB.disCN.popoutinvert, arrow, !this.props.shadow && BDFDB.disCN.popoutnoshadow),
|
||||
id: this.props.id,
|
||||
style: Object.assign({}, this.props.style, {
|
||||
position: this.props.isChild ? "relative" : "absolute"
|
||||
}),
|
||||
children: BDFDB.ReactUtils.createElement("div", {
|
||||
className: BDFDB.disCN.popoutthemedpopout,
|
||||
className: BDFDB.DOMUtils.formatClassName(BDFDB.disCN.popoutthemedpopout, this.props.className),
|
||||
style: {
|
||||
padding: parseInt(this.props.padding) || null,
|
||||
width: parseInt(this.props.width) || null
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue