diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index 9c6ebb6f50..19d3f57ac0 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -533,6 +533,11 @@ "colorPickerSwatchSingle": "single-Fbb1wB", "colorPickerSwatchSingleWrapper": "swatch-7FsRaa", "confirmModal": "confirmModal-t-WDWJ", + "dateInputButton": "dateInputButton-jTGUJg", + "dateInputControls": "dateInputControls-cgfPf9", + "dateInputField": "dateInputField-2vhGP1", + "dateInputInner": "dateInputInner-ORXFwT", + "dateInputWrapper": "dateInputWrapper-6tQOYp", "dev": "dev-A7f2Rx", "favButtonContainer": "favbutton-8Fzu45", "guild": "guild-r3yAE_", @@ -1728,6 +1733,11 @@ "customstatusitemcustomwithemoji": ["CustomStatusPopout", "customStatusWithEmoji"], "customstatusitememoji": ["CustomStatusPopout", "customEmoji"], "customstatusmodal": ["CustomStatusModal", "modalRoot"], + "dateinputbutton": ["BDFDB", "dateInputButton"], + "dateinputcontrols": ["BDFDB", "dateInputControls"], + "dateinputfield": ["BDFDB", "dateInputField"], + "dateinputinner": ["BDFDB", "dateInputInner"], + "dateinputwrapper": ["BDFDB", "dateInputWrapper"], "defaultcolor": ["Text", "defaultColor"], "description": ["FormText", "description"], "directiondown": ["IconDirection", "directionDown"], diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index a49cc58ae6..7548d8266e 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -647,6 +647,27 @@ img:not([src]), img[src=""], img[src="null"] { margin-left: 6px; } +[REPLACE_CLASS_dateinputwrapper] { + display: flex; + align-items: center; + margin-bottom: 8px; +} +[REPLACE_CLASS_dateinputinner] { + flex: 1 1 auto; + max-width: calc(100% - 150px); +} +[REPLACE_CLASS_dateinputcontrols] { + display: flex; + align-items: center; + margin-bottom: 8px; +} +[REPLACE_CLASS_dateinputfield] { + flex: 1 1 auto; +} +[REPLACE_CLASS_dateinputbutton] { + margin-left: 8px; +} + [REPLACE_CLASS_inputnumberwrapper] { position: relative; }