2017-09-11 14:01:59 -04:00
|
|
|
.flagged-post.hidden-post {
|
|
|
|
.flagged-post-excerpt, .flagged-post-avatar {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flagged-post.deleted {
|
|
|
|
.flagged-post-excerpt, .flagged-post-avatar {
|
2017-10-10 16:07:46 -04:00
|
|
|
background-color: $danger-low;
|
2017-09-11 14:01:59 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flagged-post {
|
2017-09-14 12:44:49 -04:00
|
|
|
padding: 1em 0 0.55em 0;
|
2017-09-11 14:01:59 -04:00
|
|
|
border-bottom: 1px solid $primary-low;
|
|
|
|
|
|
|
|
.flagged-post-details {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.flagged-post-avatar {
|
|
|
|
margin-right: 1em;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
img.avatar {
|
|
|
|
min-width: 45px;
|
|
|
|
}
|
|
|
|
|
2017-09-25 16:29:48 -04:00
|
|
|
.edited-after {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
2017-09-11 14:01:59 -04:00
|
|
|
.previous-flagged-posts {
|
|
|
|
position: absolute;
|
|
|
|
right: -5px;
|
|
|
|
top: -5px;
|
|
|
|
background-color: $danger;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-14 12:44:49 -04:00
|
|
|
.flagged-post-contents {
|
2017-09-23 10:39:58 -04:00
|
|
|
width: 100%;
|
2017-09-11 14:01:59 -04:00
|
|
|
word-wrap: break-word;
|
2017-09-25 16:22:40 -04:00
|
|
|
|
2017-11-09 13:18:33 -05:00
|
|
|
.flagged-post-user-details {
|
2018-01-15 13:10:27 -05:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
2017-11-09 13:18:33 -05:00
|
|
|
.username {
|
|
|
|
font-weight: bold;
|
|
|
|
color: $primary;
|
|
|
|
}
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
2017-09-11 14:01:59 -04:00
|
|
|
.d-icon {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
p:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-04-04 12:16:44 -04:00
|
|
|
.flagged-post-reply-count {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2017-09-14 12:44:49 -04:00
|
|
|
.flag-user-lists {
|
2017-09-11 14:01:59 -04:00
|
|
|
display: flex;
|
2017-09-14 12:44:49 -04:00
|
|
|
align-items: flex-start;
|
|
|
|
margin-top: 1em;
|
2017-09-11 14:01:59 -04:00
|
|
|
}
|
|
|
|
|
2017-09-14 12:44:49 -04:00
|
|
|
.user-list-title {
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0;
|
2017-09-11 14:01:59 -04:00
|
|
|
}
|
|
|
|
|
2017-09-14 12:44:49 -04:00
|
|
|
.flag-users {
|
|
|
|
margin: 0.5em 0;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flag-user {
|
2017-09-11 14:01:59 -04:00
|
|
|
display: flex;
|
|
|
|
margin-bottom: 1em;
|
2017-09-14 12:44:49 -04:00
|
|
|
margin-right: 2em;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
.flag-user-who {
|
|
|
|
display: flex;
|
|
|
|
width: 13em;
|
|
|
|
}
|
|
|
|
.flag-user-username {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
.flag-user-date {
|
|
|
|
color: $primary-medium;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flag-user-avatar {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
2017-09-11 14:01:59 -04:00
|
|
|
}
|
|
|
|
|
2017-09-14 12:44:49 -04:00
|
|
|
.flag-conversation {
|
|
|
|
padding: 1em;
|
|
|
|
|
|
|
|
.reply-conversation {
|
|
|
|
margin-left: 32px;
|
|
|
|
}
|
2017-09-11 14:01:59 -04:00
|
|
|
}
|
|
|
|
|
2017-09-14 14:10:39 -04:00
|
|
|
.suspended-message {
|
|
|
|
padding: 0.5em;
|
|
|
|
background-color: $danger;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
color: $secondary;
|
|
|
|
}
|
|
|
|
|
2017-09-11 14:01:59 -04:00
|
|
|
.flagged-post-message {
|
2017-09-14 14:10:39 -04:00
|
|
|
padding: 0.5em 1em;
|
|
|
|
margin: 0.5em 0;
|
2017-09-11 14:01:59 -04:00
|
|
|
background-color: $highlight-medium;
|
|
|
|
|
|
|
|
.text {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
2017-10-10 16:07:46 -04:00
|
|
|
background-color: dark-light-choose($highlight-low, $highlight-medium);
|
2017-09-11 14:01:59 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flagged-post-response {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
|
|
|
|
.response-avatar {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-more {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flagged-post-controls {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2017-11-14 10:55:08 -05:00
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-start;
|
2017-09-11 14:01:59 -04:00
|
|
|
|
2017-11-21 05:53:09 -05:00
|
|
|
button {
|
2017-11-14 10:55:08 -05:00
|
|
|
margin-right: 0.5em;
|
2017-11-21 05:53:09 -05:00
|
|
|
margin-bottom: 0.5em;
|
2017-09-11 14:01:59 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flag-counts {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
|
|
|
|
.type-count {
|
|
|
|
color: $primary-medium;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-down-1;
|
2017-09-11 14:01:59 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flagged-topic {
|
|
|
|
td.topic-title {
|
|
|
|
width: 400px;
|
|
|
|
a {
|
|
|
|
width: 400px;
|
|
|
|
display: inline-block;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flagged-topic-details {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2017-09-12 13:04:53 -04:00
|
|
|
margin-bottom: 2em;
|
2017-09-11 14:01:59 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.mobile-view {
|
|
|
|
.flagged-posts {
|
2017-10-02 15:14:07 -04:00
|
|
|
.flagged-post {
|
|
|
|
.flag-user-lists {
|
|
|
|
display: block;
|
2017-09-11 14:01:59 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-11-09 13:03:35 -05:00
|
|
|
|
|
|
|
.show-details {
|
|
|
|
.d-icon {
|
|
|
|
padding-right: 0.25em;
|
|
|
|
}
|
|
|
|
}
|