Merge branch 'tw93:master' into master
This commit is contained in:
@@ -30,9 +30,9 @@ default = ["custom-protocol"]
|
|||||||
custom-protocol = ["tauri/custom-protocol"]
|
custom-protocol = ["tauri/custom-protocol"]
|
||||||
|
|
||||||
# Pay attention to the code size during optimization in order to generate smaller binary files.
|
# Pay attention to the code size during optimization in order to generate smaller binary files.
|
||||||
[profile.release]
|
# [profile.release]
|
||||||
panic = "abort" # Strip expensive panic clean-up logic
|
# panic = "abort" # Strip expensive panic clean-up logic
|
||||||
codegen-units = 1 # Compile crates one after another so the compiler can optimize better
|
# codegen-units = 1 # Compile crates one after another so the compiler can optimize better
|
||||||
lto = true # Enables link to optimizations
|
# lto = true # Enables link to optimizations
|
||||||
opt-level = "s" # Optimize for binary size
|
# opt-level = "s" # Optimize for binary size
|
||||||
strip = true # Remove debug symbols
|
# strip = true # Remove debug symbols
|
||||||
|
|||||||
4
src-tauri/src/inject/style.js
vendored
4
src-tauri/src/inject/style.js
vendored
@@ -272,10 +272,6 @@ window.addEventListener('DOMContentLoaded', (_event) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#__next .prose ol {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
#__next .prose ol li p {
|
#__next .prose ol li p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|||||||
Reference in New Issue
Block a user