mirror of
https://github.com/zadam/trilium.git
synced 2026-03-01 18:13:39 +01:00
style/note paths: fix the border radius for a single item listing
This commit is contained in:
parent
388a6943e9
commit
3b2cd5dca1
@ -17,11 +17,13 @@ body.experimental-feature-new-layout .note-paths-widget {
|
||||
padding: 8px 20px 8px 25px;
|
||||
|
||||
&:first-child {
|
||||
border-radius: var(--border-radius) var(--border-radius) 0 0;
|
||||
border-top-left-radius: var(--border-radius);
|
||||
border-top-right-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-radius: 0 0 var(--border-radius) var(--border-radius);
|
||||
border-bottom-left-radius: var(--border-radius);
|
||||
border-bottom-right-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
& + li {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user