Disable additional affiliation constraint when used token is not from owner
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user