1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed gaps and radiuses

This commit is contained in:
Fedor Katurov 2021-12-26 10:49:10 +07:00
parent 782bafcc60
commit f63d2d3228
8 changed files with 62 additions and 29 deletions

View file

@ -76,9 +76,9 @@ const FlowStamp: FC<IProps> = ({
/>
</form>
<div className={styles.grid}>
{searchText ? (
<>
{searchText ? (
<div className={styles.search_results}>
<div className={styles.grid}>
<div className={styles.label}>
<span className={styles.label_text}>Результаты поиска</span>
<span className="line" />
@ -92,20 +92,20 @@ const FlowStamp: FC<IProps> = ({
onLoadMore={onSearchLoadMore}
/>
</div>
</>
) : (
<>
<div className={classNames(styles.label, styles.whatsnew)}>
<span className={styles.label_text}>Что нового?</span>
<span className="line" />
</div>
</div>
</div>
) : (
<div className={styles.grid}>
<div className={classNames(styles.label, styles.whatsnew)}>
<span className={styles.label_text}>Что нового?</span>
<span className="line" />
</div>
<div className={styles.items}>
<FlowRecent updated={updated} recent={recent} />
</div>
</>
)}
</div>
<div className={styles.items}>
<FlowRecent updated={updated} recent={recent} />
</div>
</div>
)}
{experimentalFeatures.liquidFlow && (
<Superpower>