fix: minimized search dialog style

This commit is contained in:
prssanna 2020-10-14 16:05:55 +05:30
parent b456ca9aac
commit e64bbc2cbe

View file

@ -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);
}
}
}