🐛 兼容问题,版本mac

This commit is contained in:
Tw93
2022-12-01 00:08:58 +08:00
parent 79148b06ef
commit 472e91bbd4
2 changed files with 1 additions and 7 deletions

View File

@@ -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:

View File

@@ -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;