UX: fix spacing between assign tags (#20967)
This commit is contained in:
parent
e134b0b3de
commit
56f2fdf430
|
@ -95,11 +95,7 @@ $search-pad-horizontal: 0.5em;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
.discourse-tags .discourse-tag {
|
.discourse-tags .discourse-tag {
|
||||||
margin-right: 0.25em;
|
margin-right: 0.35em;
|
||||||
|
|
||||||
.d-icon {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -124,17 +124,13 @@
|
||||||
font-size: var(--font-down-1);
|
font-size: var(--font-down-1);
|
||||||
}
|
}
|
||||||
.discourse-tags + .topic-featured-link {
|
.discourse-tags + .topic-featured-link {
|
||||||
margin-left: 8px;
|
margin-left: 0.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.discourse-tags {
|
.discourse-tags {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
a,
|
|
||||||
span {
|
|
||||||
margin-right: 0.25em;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fps-result .add-full-page-tags {
|
.fps-result .add-full-page-tags {
|
||||||
|
@ -163,6 +159,12 @@ header .discourse-tag {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#topic-title {
|
||||||
|
.discourse-tags .discourse-tag {
|
||||||
|
margin-right: 0.35em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.title-wrapper .tag-chooser {
|
.title-wrapper .tag-chooser {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue