UX: Reviewable spacing adjustments

This commit is contained in:
Kris 2019-04-02 17:22:22 -04:00
parent 14cbbc5e13
commit c3047a903d
2 changed files with 8 additions and 15 deletions

View File

@ -116,18 +116,18 @@
.reviewable-item { .reviewable-item {
margin-bottom: 1em; margin-bottom: 1em;
border-bottom: 1px solid dark-light-choose($primary-low, $secondary-low); padding-top: 2em;
border-top: 1px solid dark-light-choose($primary-low, $secondary-low);
.topic-statuses { .topic-statuses {
font-size: $font-up-2; font-size: $font-up-2;
line-height: $line-height-medium;
} }
.reviewable-meta-data { .reviewable-meta-data {
color: dark-light-choose($primary-medium, $secondary-medium); color: dark-light-choose($primary-medium, $secondary-medium);
display: flex; display: flex;
width: 100%; width: 100%;
margin-bottom: 0.15em; margin-bottom: 0.5em;
font-size: $font-down-1; font-size: $font-down-1;
align-items: baseline; align-items: baseline;
.reviewable-type { .reviewable-type {
@ -146,6 +146,9 @@
.status { .status {
color: dark-light-choose($primary-high, $secondary-high); color: dark-light-choose($primary-high, $secondary-high);
} }
.reply-count {
margin-right: 1em;
}
} }
.reviewable-contents { .reviewable-contents {
@ -215,7 +218,7 @@
} }
> tr > th, > tr > th,
> tr > td { > tr > td {
padding: 0.25em; padding: 0.5em;
} }
} }
} }
@ -261,10 +264,10 @@
} }
.post-topic { .post-topic {
width: 100%; width: 100%;
font-weight: bold;
color: $primary-medium; color: $primary-medium;
margin-bottom: 0.75em; margin-bottom: 0.75em;
.title-text { .title-text {
font-weight: bold;
color: $primary-high; color: $primary-high;
display: block; display: block;
font-size: $font-up-2; font-size: $font-up-2;
@ -275,11 +278,6 @@
display: none; display: none;
} }
} }
.reply-count {
font-size: $font-down-1;
font-weight: normal;
margin-right: 1em;
}
} }
} }

View File

@ -77,9 +77,4 @@
.reviewable-scores-and-history table { .reviewable-scores-and-history table {
width: 100%; width: 100%;
table-layout: fixed;
td {
display: block;
white-space: nowrap;
}
} }