mirror of
https://github.com/discourse/discourse.git
synced 2025-03-31 16:19:26 +08:00
UX: Reviewable spacing adjustments
This commit is contained in:
parent
14cbbc5e13
commit
c3047a903d
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user