🐛 兼容问题,版本mac
This commit is contained in:
2
.github/workflows/pake_build.yaml
vendored
2
.github/workflows/pake_build.yaml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- build: macos
|
- build: macos
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
rust: nightly
|
rust: nightly
|
||||||
target: x86_64-apple-darwin
|
target: universal-apple-darwin
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
6
src-tauri/src/pake.js
vendored
6
src-tauri/src/pake.js
vendored
@@ -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) {
|
@media only screen and (min-width: 1265px) {
|
||||||
[data-testid="sidebarColumn"] form[role="search"] {
|
[data-testid="sidebarColumn"] form[role="search"] {
|
||||||
visibility: visible !important;
|
visibility: visible !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user