Further redesign
This commit is contained in:
parent
4eb390d0b1
commit
afe18e37b6
10 changed files with 128 additions and 111 deletions
src/components/cards
|
@ -131,7 +131,7 @@ const hasuser = user !== undefined ? 'display: flex' : 'display: none'
|
|||
color: var(--c-primary-text);
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
margin: 0.5rem 0px 0.25rem 0px;
|
||||
margin: 0.5rem 0px 0.625rem 0px;
|
||||
}
|
||||
|
||||
.expand-on-hover {
|
||||
|
@ -147,7 +147,7 @@ const hasuser = user !== undefined ? 'display: flex' : 'display: none'
|
|||
transform: scaleY(0);
|
||||
transform-origin: top;
|
||||
position: absolute;
|
||||
top: 90%;
|
||||
top: 87.5%;
|
||||
padding-top: 0.5rem;
|
||||
margin-top: 0.2rem;
|
||||
color: var(--c-primary-text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue