mirror of
https://github.com/discourse/discourse.git
synced 2025-04-28 03:14:33 +08:00
UX: improve tags spacing (#21585)
This commit is contained in:
parent
2af897df61
commit
ecb9a27e55
@ -260,7 +260,6 @@
|
|||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
.discourse-tag.simple:after,
|
|
||||||
.discourse-tag.box {
|
.discourse-tag.box {
|
||||||
margin-right: 0.25em;
|
margin-right: 0.25em;
|
||||||
}
|
}
|
||||||
|
@ -323,13 +323,6 @@
|
|||||||
min-height: 3em; // for situations when there are no categories/tags
|
min-height: 3em; // for situations when there are no categories/tags
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-title {
|
|
||||||
.d-icon {
|
|
||||||
color: var(--text-color);
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.fancy-title {
|
.fancy-title {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -342,6 +335,10 @@
|
|||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-size: var(--font-up-1);
|
font-size: var(--font-up-1);
|
||||||
|
.d-icon {
|
||||||
|
color: var(--text-color);
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-statuses {
|
.topic-statuses {
|
||||||
|
@ -114,7 +114,7 @@
|
|||||||
.list-tags,
|
.list-tags,
|
||||||
.search-category {
|
.search-category {
|
||||||
.discourse-tag.simple:not(:last-child):after {
|
.discourse-tag.simple:not(:last-child):after {
|
||||||
content: ", ";
|
content: ",\00a0";
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -160,7 +160,7 @@ header .discourse-tag {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#topic-title {
|
#topic-title {
|
||||||
.discourse-tags .discourse-tag {
|
.discourse-tags .discourse-tag.box {
|
||||||
margin-right: 0.35em;
|
margin-right: 0.35em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user