Merge branch 'main' into sidebar-tray

This commit is contained in:
Kurt Hutten
2021-09-12 17:25:52 +10:00
27 changed files with 14087 additions and 127 deletions

View File

@@ -42,6 +42,15 @@
}
}
.three-debug-panel-1 {
position: fixed;
padding-top: 300px;
}
.three-debug-panel-2 {
position: fixed;
padding-top: 300px;
padding-left: 100px;
}
.markdown-overrides h4 {
@apply text-lg font-bold;