From cce79ad2eefe48b74afb24d0a9d20a0ddf08d085 Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Sat, 29 Aug 2026 05:41:35 +0800 Subject: [PATCH] Update argon.patch --- .github/diy/patches/argon.patch | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/.github/diy/patches/argon.patch b/.github/diy/patches/argon.patch index df3e0f9e..45e8f67b 100644 --- a/.github/diy/patches/argon.patch +++ b/.github/diy/patches/argon.patch @@ -63,23 +63,12 @@ height: 100vh; width: 26rem; ---- a/luci-theme-argon/less/dark.less -+++ b/luci-theme-argon/less/dark.less -@@ -93,7 +93,6 @@ header::after { - .main { - .main-left { - -- background-color: #333333 !important; - box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, .15); - - .sidenav-header .brand { - --- a/luci-theme-argon/less/layout.less +++ b/luci-theme-argon/less/layout.less -@@ -8,6 +8,21 @@ +@@ -7,6 +7,20 @@ + // 1. Main Container Layout // ========================================================================== - +body::before { + content: ""; + background-image: url("/luci-static/argon/img/pattern.svg"); @@ -94,10 +83,19 @@ + pointer-events: none; + opacity: .3; +} -+ + .main { position: relative; - width: 100%; +@@ -15,6 +29,9 @@ + overflow-y: auto; + display: flex; + flex-direction: row; ++ .main-right { ++ background-color: transparent !important; ++ } + } + + // 2. Left Sidebar Layout --- a/luci-theme-argon/ucode/template/themes/argon/footer.ut +++ b/luci-theme-argon/ucode/template/themes/argon/footer.ut