This commit is contained in:
Mirco Wittrien 2021-03-20 21:47:36 +01:00
parent c7181718e2
commit e27b679e47
2 changed files with 8 additions and 4 deletions

View File

@ -2606,6 +2606,7 @@
"searchresultswrap": ["SearchResults", "searchResultsWrap"],
"select": ["Select", "select"],
"selectoption": ["SelectSearchable", "option"],
"selectsearchinput": ["SelectSearchable", "searchInput"],
"selectselectedicon": ["SelectSearchable", "selectedIcon"],
"selectwrapper": ["BDFDB", "selectWrapper"],
"settingsclosebutton": ["SettingsCloseButton", "closeButton"],

View File

@ -359,10 +359,6 @@ img:not([src]), img[src=""], img[src="null"] {
margin-left: 12px;
}
[REPLACE_CLASS_selectoption] [REPLACE_CLASS_giffavoritesize] {
width: 20px;
height: 20px;
}
[REPLACE_CLASS_selectwrapper] {
display: flex;
align-items: center;
@ -370,9 +366,16 @@ img:not([src]), img[src=""], img[src="null"] {
[REPLACE_CLASS_selectwrapper] [REPLACE_CLASS_select] {
flex: 1 1 auto;
}
[REPLACE_CLASS_selectwrapper] [REPLACE_CLASS_selectsearchinput] {
width: 100%;
}
[REPLACE_CLASS_selectwrapper] [class*="css-"][class*="-container"] > [class*="css-"][class*="-menu"] {
z-index: 3;
}
[REPLACE_CLASS_selectoption] [REPLACE_CLASS_giffavoritesize] {
width: 20px;
height: 20px;
}
[REPLACE_CLASS_hotkeywrapper] [REPLACE_CLASS_hotkeycontainer] {
flex: 1 1 auto;