1
0
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:
Michael An
2025-07-21 11:02:51 +08:00
committed by GitHub
parent 331231da01
commit 406b37f5bd

View File

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