fix: require reactions to be unique for owner, asset
add: cut off really long text in posts
This commit is contained in:
parent
a1c6beb664
commit
d7a37809ba
9 changed files with 27 additions and 37 deletions
|
@ -1048,17 +1048,14 @@ dialog::backdrop {
|
|||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
background: linear-gradient(transparent 50%, var(--color-raised));
|
||||
}
|
||||
|
||||
.hook\:long\.hidden_text\+lowered::before {
|
||||
background: linear-gradient(transparent 50%, var(--color-lowered));
|
||||
background: linear-gradient(transparent 20%, var(--color-surface));
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
.hook\:long\.hidden_text::after {
|
||||
position: absolute;
|
||||
content: "Show full content";
|
||||
border-radius: calc(var(--radius) * 4);
|
||||
border-radius: var(--radius);
|
||||
padding: 0.25rem 0.75rem;
|
||||
background: var(--color-primary);
|
||||
font-weight: 600;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue