fix: minimized search dialog style
This commit is contained in:
parent
b456ca9aac
commit
e64bbc2cbe
1 changed files with 9 additions and 1 deletions
|
|
@ -38,7 +38,6 @@
|
|||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
||||
.search-results {
|
||||
min-height: 200px;
|
||||
place-content: center;
|
||||
|
|
@ -117,4 +116,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modal-minimize {
|
||||
.search-header {
|
||||
.search-input {
|
||||
border-bottom: none;
|
||||
padding-bottom: var(--padding-xs);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue