fix(typindicator): some design tweaks

This commit is contained in:
trashtemp
2022-01-14 20:53:09 +01:00
parent 3fd56e4fdc
commit f01943c681
2 changed files with 9 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ const Area = styled.div.attrs({ "data-scroll-offset": "with-padding" })`
> div {
display: flex;
min-height: 100%;
padding-bottom: 24px;
padding-bottom: 26px;
flex-direction: column;
justify-content: flex-end;
}