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

fixed boris layout

This commit is contained in:
Fedor Katurov 2020-06-09 16:46:44 +07:00
parent 8435f1804f
commit 0d5e035c7f
2 changed files with 20 additions and 4 deletions

View file

@ -129,7 +129,9 @@ const BorisLayoutUnconnected: FC<IProps> = ({
<p className="grey">//&nbsp;Такова&nbsp;жизнь.</p>
</div>
<BorisStats stats={stats} />
<div className={styles.stats__wrap}>
<BorisStats stats={stats} />
</div>
</Group>
</Sticky>
</Group>