mirror of
https://github.com/zadam/trilium.git
synced 2026-01-03 13:14:24 +01:00
chore(right_pane): improve style slightly
This commit is contained in:
parent
28d9d98964
commit
fc3692333a
@ -1,3 +1,17 @@
|
||||
body.experimental-feature-new-layout #right-pane {
|
||||
width: 300px;
|
||||
|
||||
.card {
|
||||
margin-inline: 0;
|
||||
border-bottom: 1px solid var(--main-border-color);
|
||||
border-radius: 0;
|
||||
|
||||
.card-header-title {
|
||||
padding-inline: 0.5em;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user