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;