mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 15:26:19 +00:00
change search container default height (#8061)
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 110px;
|
right: 110px;
|
||||||
min-height: 200px;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0 3px 8px 0 rgba(116, 129, 141, 0.1);
|
box-shadow: 0 3px 8px 0 rgba(116, 129, 141, 0.1);
|
||||||
background: var(--bs-body-bg);
|
background: var(--bs-body-bg);
|
||||||
@@ -134,6 +133,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.search-result-container .search-result-list-container {
|
.search-result-container .search-result-list-container {
|
||||||
|
height: 400px;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Reference in New Issue
Block a user