From ba0f83e5fbe0dd9835a58a952ab7070e936695bf Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 30 Oct 2020 17:55:12 +0100 Subject: [PATCH] stuff --- Library/0BDFDB.plugin.js | 2 +- Library/_res/BDFDB.raw.css | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 8158ed6b09..394a6e620e 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -5814,7 +5814,7 @@ module.exports = (_ => { inputClassName: BDFDB.disCN.inputmultifield, onFocus: e => {this.setState({focused: true})}, onBlur: e => {this.setState({focused: false})} - }), "children", "className", "innerClassName")) + }), "children", "innerClassName")) ] }) }); diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index d7d54dacf1..b87caf6a3a 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -564,16 +564,18 @@ img:not([src]), img[src=""], img[src="null"] { [REPLACE_CLASS_inputlistitems] { display: flex; - justify-content: center; + flex-direction: row; + justify-content: flex-start; align-items: center; + flex-wrap: wrap; } [REPLACE_CLASS_inputlistitem] { display: flex; justify-content: center; align-items: center; } -[REPLACE_CLASS_inputlistitem] + [REPLACE_CLASS_inputlistitem] { - margin-left: 4px; +[REPLACE_CLASS_inputlistitem]:not(:last-child) { + margin-right: 4px; } [REPLACE_CLASS_inputlistdelete] { margin-left: 6px;