1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00

fix delete searched item (#8054)

This commit is contained in:
Michael An
2025-07-17 15:45:50 +08:00
committed by GitHub
parent d80885fac5
commit ebc514a91d
3 changed files with 16 additions and 18 deletions

View File

@@ -156,12 +156,12 @@
background-color: var(--bs-bg-secondary-color);
}
.search-result-container .search-result-container-sidepanel {
.search-result-container .search-result-container-side-panel {
max-width: 300px;
max-height: 400px;
}
.search-result-container .search-result-container-sidepanel .searched-item-details {
.search-result-container .search-result-container-side-panel .searched-item-details {
height: 100%;
overflow: auto;
}