🐛 Style compatibility
This commit is contained in:
9
src-tauri/src/inject/style.js
vendored
9
src-tauri/src/inject/style.js
vendored
@@ -272,6 +272,15 @@ window.addEventListener('DOMContentLoaded', (_event) => {
|
||||
}
|
||||
}
|
||||
|
||||
#__next .prose ol {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#__next .prose ol li p {
|
||||
margin: 0;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#pack-top-dom:active {
|
||||
cursor: grabbing;
|
||||
cursor: -webkit-grabbing;
|
||||
|
||||
Reference in New Issue
Block a user