mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Minor spacing adjustments for new search results
This commit is contained in:
parent
75b1865d15
commit
ef368ec2ff
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
.main-results {
|
.main-results {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-results + .secondary-results {
|
.main-results + .secondary-results {
|
||||||
@ -69,7 +69,7 @@
|
|||||||
.secondary-results {
|
.secondary-results {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
flex: 1 1 auto;
|
||||||
|
|
||||||
.classification-results {
|
.classification-results {
|
||||||
border-bottom: 1px solid $primary-low;
|
border-bottom: 1px solid $primary-low;
|
||||||
@ -110,6 +110,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
line-height: $line-height-medium;
|
||||||
|
|
||||||
.username,
|
.username,
|
||||||
.name {
|
.name {
|
||||||
@ -127,7 +128,6 @@
|
|||||||
.name {
|
.name {
|
||||||
color: dark-light-choose($primary-high, $secondary-low);
|
color: dark-light-choose($primary-high, $secondary-low);
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
margin-top: 0.25em;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -176,10 +176,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search-link {
|
.search-link {
|
||||||
|
margin-bottom: 0.25em;
|
||||||
|
|
||||||
.badge-category-parent {
|
.badge-category-parent {
|
||||||
line-height: $line-height-small;
|
line-height: $line-height-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topic {
|
||||||
|
display: inline-block;
|
||||||
|
line-height: $line-height-medium;
|
||||||
|
}
|
||||||
|
|
||||||
.topic-title {
|
.topic-title {
|
||||||
margin-right: 0.25em;
|
margin-right: 0.25em;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user