mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fix search results
This commit is contained in:
parent
606700f5d2
commit
521f5ce436
2 changed files with 7 additions and 1 deletions
|
@ -78,7 +78,7 @@ const FlowStamp: FC<Props> = ({ isFluid, onToggleLayout }) => {
|
|||
<Card className={styles.grid}>
|
||||
<SubTitle>Результаты поиска</SubTitle>
|
||||
|
||||
<div className={styles.items}>
|
||||
<div className={classNames(styles.items, styles.scrollable)}>
|
||||
<FlowSearchResults
|
||||
hasMore={searchHasMore}
|
||||
isLoading={searchIsLoading}
|
||||
|
|
|
@ -54,6 +54,12 @@
|
|||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@container sizer (width >= #{$flow_hide_recents}) {
|
||||
&.scrollable {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search_icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue