Skip to content

Commit

Permalink
🐛 样式升级
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Apr 13, 2023
1 parent ef53cc9 commit 5dfc4db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src-tauri/src/inject/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,13 +255,13 @@ window.addEventListener('DOMContentLoaded', (_event) => {
}
@media (min-width:1024px){
#__next .text-base.lg\\:max-w-xl {
max-width: 41rem;
#__next .text-base.lg\\:max-w-xl, #__next form.stretch.lg\\:max-w-2xl {
max-width: 44rem;
}
}
@media (min-width:1280px){
#__next .text-base.xl\\:max-w-3xl {
#__next .text-base.xl\\:max-w-3xl, #__next form.stretch.xl\\:max-w-3xl {
max-width: 48rem;
}
}
Expand Down

0 comments on commit 5dfc4db

Please sign in to comment.