Update styles.css

This commit is contained in:
Ryo Hilmawan 2020-11-08 21:04:58 +07:00 committed by GitHub
parent f4e744fd99
commit e2683a5153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,9 @@
.notion-code-block.line-numbers > div { .notion-code-block.line-numbers > div {
position: relative; position: relative;
}
.numbered {
padding-left: 48px !important; padding-left: 48px !important;
} }
@ -19,4 +22,4 @@
right: calc(100% - 30px); right: calc(100% - 30px);
overflow: hidden; overflow: hidden;
pointer-events: none; pointer-events: none;
} }