mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 22:54:23 +01:00
chore(layout): reduce padding for promoted attributes
This commit is contained in:
parent
19cd7a0cad
commit
1185d4b10b
@ -6,7 +6,7 @@ body.experimental-feature-new-layout {
|
||||
.title-actions {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1em;
|
||||
gap: 0.5em;
|
||||
|
||||
&:not(:empty) {
|
||||
padding: 0.75em 15px;
|
||||
@ -33,5 +33,12 @@ body.experimental-feature-new-layout {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.promoted-attributes-widget {
|
||||
.promoted-attributes-container {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user