mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
17 lines
412 B
SCSS
17 lines
412 B
SCSS
.search-panel, .search-pannel {
|
|
|
|
> .trending {
|
|
display: none !important;
|
|
}
|
|
&:not(:has(.history)) {
|
|
padding: 0 !important;
|
|
border: none !important;
|
|
}
|
|
}
|
|
|
|
#nav-searchform.is-focus {
|
|
/* 搜索框 focusing 且有关键字列表 or 历史记录列表时不显示低边框*/
|
|
&:not(:has(+ .search-panel > .suggestions), :has(+ .search-panel > .history)) {
|
|
border-radius: 8px !important;
|
|
}
|
|
} |