mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 14:19:14 +08:00
style(next): fix alignment of multiplicity in promoted attrs
This commit is contained in:
parent
d351fd506a
commit
187585b32f
1 changed files with 7 additions and 0 deletions
|
|
@ -1410,6 +1410,13 @@ div.promoted-attribute-cell .multiplicity:has(span) {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
margin-right: calc(var(--pa-card-padding-left) - var(--pa-card-padding-right));
|
margin-right: calc(var(--pa-card-padding-left) - var(--pa-card-padding-right));
|
||||||
font-size: 0; /* Prevent whitespaces creating a gap between buttons */
|
font-size: 0; /* Prevent whitespaces creating a gap between buttons */
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.promoted-attribute-cell .multiplicity:has(span) span {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue