mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 10:24:23 +01:00
style(client): remove bottom border & box-shadow for content header
Some checks failed
Checks / main (push) Has been cancelled
Some checks failed
Checks / main (push) Has been cancelled
This commit is contained in:
parent
0805e077a1
commit
474228b630
@ -8,7 +8,6 @@
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 11;
|
z-index: 11;
|
||||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
||||||
background-color: var(--main-background-color, #fff);
|
background-color: var(--main-background-color, #fff);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
.info-bar-subtle {
|
.info-bar-subtle {
|
||||||
color: var(--muted-text-color);
|
color: var(--muted-text-color);
|
||||||
background: var(--main-background-color);
|
background: var(--main-background-color);
|
||||||
border-bottom: 1px solid var(--main-border-color);
|
|
||||||
margin-block: 0;
|
margin-block: 0;
|
||||||
padding-inline: 22px;
|
padding-inline: 22px;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user