fix notification spacing

This commit is contained in:
keyan 2022-08-18 14:19:01 -05:00
parent 388c7d0240
commit 4d444d1286
4 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,7 @@
.item {
align-items: flex-start;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.upvote {

View File

@ -14,7 +14,7 @@ export default function ItemJob ({ item, toc, rank, children }) {
<>
{rank
? (
<div className={`${styles.rank} align-self-center`}>
<div className={`${styles.rank} pb-2 align-self-center`}>
{rank}
</div>)
: <div />}

View File

@ -47,7 +47,7 @@ a.link:visited {
display: flex;
justify-content: flex-start;
min-width: 0;
margin-bottom: .45rem;
padding-bottom: .45rem;
}
.item .companyImage {

View File

@ -19,9 +19,9 @@
}
.invite {
margin-bottom: .5rem;
}Í
padding-bottom: .5rem;
}
.invite:last-child {
margin-bottom: 0;
.invites .invite:last-child {
padding-bottom: 0;
}