.reviewable { .reviewable-container { display: flex; flex-direction: row; margin-top: 1em; .reviewable-list { flex: 1; box-sizing: border-box; max-width: 760px; // Match topic post width margin-right: auto; } .reviewable-filters { width: 250px; height: 100%; box-sizing: border-box; } .reviewable-list + .reviewable-filters { margin-left: 1em; } } } .reviewable-user-details { margin: 0.5em 0; } .no-review { margin-top: 1em; } .reviewable-filters { background-color: $primary-very-low; padding: 0.5em 1em 1em 1em; margin-bottom: 1em; .reviewable-filter { display: flex; flex-direction: column; margin: 0 0 1em 0; .filter-label { margin: 0 0 0.5em 0; } .score-filter { margin: 0; width: 100%; } .category-chooser { width: 100%; } } } .reviewable-topics { width: 100%; tbody { td { padding: 0.5em; } } .reviewable-details { display: flex; justify-content: flex-end; .btn { display: flex; align-items: center; } } } .reviewable-filters { .topic-filter .btn { display: flex; width: auto; } .refresh { height: 1em; display: flex; } .score-filter { width: 5em; } } .user-flag-percentage { display: flex; align-items: center; justify-content: flex-end; margin-left: 0.5em; .percentage-label { margin-right: 0.25em; &.agreed { color: $success; } &.disagreed { color: $danger; } &.ignored { color: $primary-medium; } } .d-icon { font-size: 0.9em; } } .reviewable-item { margin-bottom: 1em; padding-top: 2em; border-top: 1px solid dark-light-choose($primary-low, $secondary-low); .topic-statuses { font-size: $font-up-2; } .reviewable-meta-data { color: dark-light-choose($primary-medium, $secondary-medium); display: flex; width: 100%; margin-bottom: 0.5em; font-size: $font-down-1; align-items: baseline; .reviewable-type { margin-right: 0.25em; } .created-at { margin-left: auto; a { color: dark-light-choose($primary-medium, $secondary-medium); } } .score { margin-right: 1em; font-size: $font-down-1; } .status { color: dark-light-choose($primary-high, $secondary-high); } .reply-count { margin-right: 1em; } } .reviewable-contents { display: flex; flex-wrap: wrap; } .reviewable-actions { margin-top: 1.5em; display: flex; flex-wrap: wrap; button { white-space: nowrap; } .reviewable-action, .reviewable-action-dropdown { margin-right: 0.5em; &.delete-user { @extend .btn-danger; } } } padding-bottom: 1em; } .reviewable-histories { margin-top: 1em; } .reviewable-scores-and-history { display: inline-block; } .reviewable-scores, .reviewable-histories { min-width: 50%; .user { display: flex; align-items: center; white-space: nowrap; .user-flag-percentage { margin-left: 0.5em; } } .d-icon { font-size: $font-down-1; color: $primary-high; } .badge-notification { line-height: $line-height-medium; } tbody { border-width: 1px; td:first-of-type { padding-right: 1em; } > tr > th { text-align: left; } > tr > th, > tr > td { padding: 0.5em; } } } .reviewable-conversation { margin: 0.5em 0; .reviewable-conversation-post { max-width: $topic-body-width; margin-bottom: 0.5em; .username { font-weight: bold; margin-right: 0.25em; } } .controls { margin-top: 0.25em; } } .reviewable-queued-post, .reviewable-flagged-post { .post-title { background-color: yellow; } .created-by { margin-right: 1em; padding-top: 0.35em; } .names { font-weight: bold; } .post-contents-wrapper { display: flex; } .post-contents { width: 100%; } .post-topic { width: 100%; color: $primary-medium; margin-bottom: 0.75em; .title-text { font-weight: bold; color: $primary-high; display: block; font-size: $font-up-2; margin-right: 0.75em; } .topic-statuses { &:empty { display: none; } } } } .reviewable-item { .post-body { max-width: $topic-body-width; max-height: 300px; margin-top: 0.5em; overflow-y: auto; p, aside { margin: 0 0 1em 0; } p { word-break: break-all; } } } .editable-fields { width: 100%; .editable-field { .mini-tag-chooser { margin: 0; } .reviewable-input-text { width: 100%; margin-bottom: 0; } .reviewable-input-textarea { width: 100%; height: 10em; } margin-bottom: 0.5em; } }