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