Skip to content

Commit

Permalink
Transparency (#2043)
Browse files Browse the repository at this point in the history
* Restoring transparency under the top bar

* trying another approach

---------

Co-authored-by: édouard wautier <edouardwautier@MacBook-Pro-de-edouard.local>
  • Loading branch information
Duncid and édouard wautier authored Oct 10, 2023
1 parent 93378a5 commit b2b4114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/components/sparkle/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -355,13 +355,13 @@ export default function AppLayout({

<main
className={classNames(
"h-full pt-16",
"h-full overflow-x-hidden pt-16",
titleChildren ? "" : "lg:pt-8"
)}
>
<div
className={classNames(
"mx-auto h-full overflow-x-hidden",
"mx-auto h-full ",
isWideMode ? "w-full" : "max-w-4xl px-6"
)}
>
Expand Down

0 comments on commit b2b4114

Please sign in to comment.