Enhancement: support full width container (#5021)

This commit is contained in:
shamoon
2025-03-17 12:25:10 -07:00
committed by GitHub
parent 42f1ed3c47
commit ce0102eb6f
2 changed files with 14 additions and 1 deletions

View File

@@ -417,7 +417,12 @@ function Home({ initialSettings }) {
<Script src="/api/config/custom.js" />
<div className="relative container m-auto flex flex-col justify-start z-10 h-full">
<div
className={classNames(
settings.fullWidth ? "" : "container",
"relative m-auto flex flex-col justify-start z-10 h-full",
)}
>
<QuickLaunch
servicesAndBookmarks={servicesAndBookmarks}
searchString={searchString}