🐛 Style compatibility

This commit is contained in:
Tw93
2023-04-16 17:22:34 +08:00
parent d4e8f77432
commit 29e977f0bf
3 changed files with 11 additions and 2 deletions

View File

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