style(client): remove bottom border & box-shadow for content header

This commit is contained in:
Elian Doran 2025-12-09 08:22:51 +02:00
parent 0805e077a1
commit 474228b630
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View File

@ -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);
}

View File

@ -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;
}
}