mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: remove border separation
This commit is contained in:
committed by
Ammar Ahmed
parent
c5d9ea612e
commit
dac78a2339
@@ -122,8 +122,7 @@ function PublishView(props: PublishViewProps) {
|
||||
sx={{
|
||||
flexDirection: "column",
|
||||
border: "1px solid var(--border)",
|
||||
borderRadius: "default",
|
||||
"& div:not(:last-child)": { borderBottom: "1px solid var(--border)" }
|
||||
borderRadius: "default"
|
||||
}}
|
||||
>
|
||||
{monograph?.publishedAt ? (
|
||||
|
||||
Reference in New Issue
Block a user