Fix missing margin between colored and emoji tags
In the item tree, emojis are spaced 4px apart, but there was no space between the colored circles and the first emoji, making it look crowded.
This commit is contained in:
parent
7f21da9334
commit
083ad9ee05
1 changed files with 11 additions and 10 deletions
|
@ -111,20 +111,21 @@
|
|||
.icon-item-type + .colored-tag-swatches {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.emoji + .emoji,
|
||||
.emoji + .colored-tag-swatches,
|
||||
.colored-tag-swatches + .emoji {
|
||||
margin-left: 4px;
|
||||
|
||||
:root:-moz-locale-dir(rtl) & {
|
||||
margin-left: 0;
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.tag-swatch {
|
||||
display: inline-block;
|
||||
|
||||
&.emoji + .emoji,
|
||||
&.emoji + .colored-tag-swatches {
|
||||
margin-left: 4px;
|
||||
|
||||
:root:-moz-locale-dir(rtl) & {
|
||||
margin-left: 0;
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
&.colored {
|
||||
-moz-context-properties: fill, fill-opacity, stroke, stroke-opacity;
|
||||
width: 0.92307692em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue