Merge branch 'main' into feature/bots

This commit is contained in:
Jason Song
2022-12-05 14:31:00 +08:00
163 changed files with 471 additions and 447 deletions

View File

@@ -222,6 +222,13 @@ body {
overflow-wrap: break-word;
}
@supports (overflow: overlay) {
body {
overflow: overlay;
scrollbar-gutter: stable;
}
}
img {
border-radius: 3px;
}