mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
Remove mobile background, offset lightbar on mobile
This commit is contained in:
parent
41b6c84fbf
commit
fe7c496e0a
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@ export function Navigation(props: NavigationProps) {
|
|||
return (
|
||||
<>
|
||||
<div className="absolute inset-x-0 top-0 flex h-[88px] items-center justify-center">
|
||||
<div className="absolute inset-x-0 flex items-center">
|
||||
<div className="absolute inset-x-0 mt-20 flex items-center sm:mt-0">
|
||||
<Lightbar />
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className="fixed left-0 right-0 top-0 z-10 min-h-[150px] bg-gradient-to-b from-background-main via-background-main to-transparent sm:from-transparent"
|
||||
className="fixed left-0 right-0 top-0 z-10 min-h-[150px]"
|
||||
style={{
|
||||
top: `${bannerHeight}px`,
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue