From 472e91bbd43608fd8563ef76dbc4ceb39f4964e3 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 1 Dec 2022 00:08:58 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E5=85=BC=E5=AE=B9=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=8C=E7=89=88=E6=9C=ACmac?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pake_build.yaml | 2 +- src-tauri/src/pake.js | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/pake_build.yaml b/.github/workflows/pake_build.yaml index 2cc3142..10cb843 100644 --- a/.github/workflows/pake_build.yaml +++ b/.github/workflows/pake_build.yaml @@ -24,7 +24,7 @@ jobs: - build: macos os: macos-latest rust: nightly - target: x86_64-apple-darwin + target: universal-apple-darwin fail-fast: false steps: diff --git a/src-tauri/src/pake.js b/src-tauri/src/pake.js index 90e7cef..c7cd11f 100644 --- a/src-tauri/src/pake.js +++ b/src-tauri/src/pake.js @@ -199,12 +199,6 @@ window.addEventListener("DOMContentLoaded", (_event) => { } } - @media only screen and (min-width: 1000px) and (max-width: 1265px) { - body { - padding-left: 88px; - } - } - @media only screen and (min-width: 1265px) { [data-testid="sidebarColumn"] form[role="search"] { visibility: visible !important;