mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 11:36:17 +00:00
Update AppImage
This commit is contained in:
@@ -49,9 +49,7 @@
|
|||||||
--sidebar-border: var(--border);
|
--sidebar-border: var(--border);
|
||||||
--sidebar-ring: var(--ring);
|
--sidebar-ring: var(--ring);
|
||||||
|
|
||||||
/* Added layout variables for header and navigation positioning */
|
/* Removed custom layout variables that were causing compilation issues */
|
||||||
--header-height: 88px;
|
|
||||||
--content-padding: 160px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===================== */
|
/* ===================== */
|
||||||
@@ -102,13 +100,7 @@
|
|||||||
--sidebar-ring: var(--ring);
|
--sidebar-ring: var(--ring);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Added media query for mobile layout variables */
|
/* Removed media query for mobile layout variables */
|
||||||
@media (max-width: 1023px) {
|
|
||||||
:root {
|
|
||||||
--header-height: 140px;
|
|
||||||
--content-padding: 220px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@theme inline {
|
@theme inline {
|
||||||
/* optional: --font-sans, --font-serif, --font-mono if they are applied in the layout.tsx */
|
/* optional: --font-sans, --font-serif, --font-mono if they are applied in the layout.tsx */
|
||||||
|
|||||||
@@ -321,7 +321,7 @@ export function ProxmoxDashboard() {
|
|||||||
showNavigation ? "translate-y-0" : "-translate-y-full"
|
showNavigation ? "translate-y-0" : "-translate-y-full"
|
||||||
}`}
|
}`}
|
||||||
style={{
|
style={{
|
||||||
top: "var(--header-height, 88px)",
|
top: "88px",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-4">
|
<div className="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-4">
|
||||||
@@ -473,10 +473,7 @@ export function ProxmoxDashboard() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div className="container mx-auto px-4 md:px-6 py-4 md:py-6" style={{ paddingTop: "160px" }}>
|
||||||
className="container mx-auto px-4 md:px-6 py-4 md:py-6"
|
|
||||||
style={{ paddingTop: "var(--content-padding, 160px)" }}
|
|
||||||
>
|
|
||||||
<Tabs value={activeTab} onValueChange={setActiveTab} className="space-y-4 md:space-y-6">
|
<Tabs value={activeTab} onValueChange={setActiveTab} className="space-y-4 md:space-y-6">
|
||||||
<TabsContent value="overview" className="space-y-4 md:space-y-6 mt-0">
|
<TabsContent value="overview" className="space-y-4 md:space-y-6 mt-0">
|
||||||
<SystemOverview key={`overview-${componentKey}`} />
|
<SystemOverview key={`overview-${componentKey}`} />
|
||||||
|
|||||||
Reference in New Issue
Block a user