Reports: display reported posts
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
text-transform: none !important;
|
||||
text-align: left !important;
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
border: 0;
|
||||
width: 100%;
|
||||
|
||||
|
||||
@ -127,6 +127,7 @@
|
||||
|
||||
&__content {
|
||||
padding: 0 16px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
&__title {
|
||||
@ -155,4 +156,24 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__statuses .accordion {
|
||||
padding: 10px;
|
||||
margin-bottom: 6px;
|
||||
|
||||
&__title {
|
||||
font-size: 12px !important;
|
||||
font-weight: normal !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.status__content {
|
||||
border-bottom: 1px solid var(--accent-color--med);
|
||||
padding: 10px 0;
|
||||
|
||||
&:last-child {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -72,7 +72,7 @@ button {
|
||||
}
|
||||
|
||||
&.button-alternative {
|
||||
color: var(--primary-text-color);
|
||||
color: #fff;
|
||||
background: var(--brand-color);
|
||||
|
||||
&:active,
|
||||
|
||||
Reference in New Issue
Block a user