Use dropdown for reposts, do not display cards for quote posts

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-01-23 22:15:25 +01:00
parent 361831f021
commit 289cdcc776
8 changed files with 120 additions and 18 deletions

View File

@ -338,6 +338,16 @@
font-weight: 500;
color: var(--brand-color);
}
&--reblog {
> div {
display: flex;
> .icon-button {
margin-right: 8px;
}
}
}
}
}