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