Disable additional affiliation constraint when used token is not from owner

This commit is contained in:
lowlighter
2021-04-14 18:37:50 +02:00
parent 7f8f3f6e06
commit 8cba3f449a
4 changed files with 23 additions and 4 deletions

View File

@@ -148,6 +148,7 @@
}
.activity .content {
flex-grow: 1;
max-width: 95%;
}
.activity quote {
display: block;
@@ -156,6 +157,7 @@
border-radius: .25rem;
border: 1px solid var(--color-border-secondary);
color: var(--color-text-secondary);
overflow-x: auto;
}
.activity quote p:first-child {
margin-top: 0;
@@ -163,6 +165,9 @@
.activity quote p:last-child {
margin-bottom: 0;
}
.activity img {
max-width: 100%;
}
/* User */
.user {