From 213efb00b9500f15f4f8d75df253c1c2247cdc6f Mon Sep 17 00:00:00 2001 From: ccadmingit1 Date: Fri, 21 Aug 2026 04:23:45 +0000 Subject: [PATCH] =?UTF-8?q?AI=20update:=20=D7=94=D7=A1=D7=A8=20=D7=90?= =?UTF-8?q?=D7=AA=20=D7=94=D7=9E=D7=A1=D7=92=D7=A8=D7=AA=20=D7=94=D7=A2?= =?UTF-8?q?=D7=92=D7=95=D7=9C=D7=94=20(border/circle)=20=D7=9E=D7=9B=D7=A4?= =?UTF-8?q?=D7=AA=D7=95=D7=A8=20=D7=AA=D7=A4=D7=A8=D7=99=D7=98=20=D7=94?= =?UTF-8?q?=D7=94=D7=9E=D7=91=D7=95=D7=A8=D7=92=D7=A8=20=D7=91=D7=9E=D7=95?= =?UTF-8?q?=D7=91=D7=99=D7=99=D7=9C.=20=D7=94=D7=A9=D7=90=D7=A8=20=D7=A8?= =?UTF-8?q?=D7=A7=20=D7=90=D7=AA=20=D7=A9=D7=9C=D7=95=D7=A9=D7=AA=20=D7=94?= =?UTF-8?q?=D7=A7=D7=95=D7=95=D7=99=D7=9D=20=D7=94=D7=90=D7=95=D7=A4=D7=A7?= =?UTF-8?q?=D7=99=D7=99=D7=9D=20(hamburger=20lines)=20=D7=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/mobile-chrome.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/mobile-chrome.js b/assets/mobile-chrome.js index a3109bf..4b6be5a 100644 --- a/assets/mobile-chrome.js +++ b/assets/mobile-chrome.js @@ -17,7 +17,7 @@ ez-mobile-chrome .ezc { display: none; } @media (max-width: 820px) { ez-mobile-chrome .ezc { display: block; font-family: var(--font-body); } - ez-mobile-chrome .ezc-burger { position: fixed; top: 10px; left: 14px; z-index: 90; width: 42px; height: 42px; border: 1px solid var(--ez-line); border-radius: 10px; background: #fff; color: var(--ez-ink); font-size: 22px; display: flex; align-items: center; justify-content: center; cursor: pointer; } + ez-mobile-chrome .ezc-burger { position: fixed; top: 14px; left: 14px; z-index: 90; width: 42px; height: 42px; border: none; border-radius: 0; background: transparent; color: var(--ez-ink); font-size: 26px; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; } ez-mobile-chrome .ezc-bar { position: fixed; bottom: 0; right: 0; left: 0; z-index: 80; background: #fff; border-top: 1px solid var(--ez-line); display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 16px calc(12px + env(safe-area-inset-bottom, 0px)); } ez-mobile-chrome .ezc-bar a { display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 999px; padding: 13px 0; font-family: var(--font-display); font-weight: 700; font-size: 17px; color: #fff; border-bottom: none; min-height: 48px; box-sizing: border-box; } ez-mobile-chrome .ezc-menu { position: fixed; inset: 0; z-index: 100; background: #fff; display: none; flex-direction: column; padding: 18px 22px calc(18px + env(safe-area-inset-bottom, 0px)); overflow-y: auto; }