mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
Enhancement: support full width container (#5021)
This commit is contained in:
parent
42f1ed3c47
commit
ce0102eb6f
2 changed files with 14 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue