This commit is contained in:
yunwei37
2023-10-09 03:30:21 +00:00
parent e9ef88bc2f
commit 9bdc72a18b
46 changed files with 1020 additions and 572 deletions

View File

@@ -8,7 +8,7 @@
#page-wrapper.page-wrapper {
transform: none;
margin-left: 0px;
margin-inline-start: 0px;
overflow-y: initial;
}
@@ -22,6 +22,10 @@
overflow-y: initial;
}
code {
direction: ltr !important;
}
pre > .buttons {
z-index: 2;
}