mirror of
https://github.com/zadam/trilium.git
synced 2026-07-09 11:22:04 +02:00
style/note paths: fix the border radius for a single item listing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user