[#4079] fixed popup searchbar css styles to prevent hiding the additional controls

This commit is contained in:
Gani Georgiev
2024-01-04 14:44:29 +02:00
parent 592b7e85c6
commit d0352aa3f9
34 changed files with 54 additions and 44 deletions
+8 -3
View File
@@ -1,12 +1,11 @@
.searchbar {
--searchHeight: 44px;
flex-shrink: 0;
outline: 0;
display: flex;
align-items: center;
min-height: var(--searchHeight);
width: 100%;
min-height: var(--searchHeight);
padding: 5px 7px;
margin: 0;
white-space: nowrap;
@@ -35,10 +34,16 @@
border: 0;
background: none;
min-height: 0;
max-height: 110px;
height: 100%;
max-height: 100px;
padding-top: 0;
padding-bottom: 0;
}
.cm-editor {
flex-grow: 0;
margin-top: auto;
margin-bottom: auto;
}
label > i {
line-height: inherit;
}