Add filebrowser sidecar post

This commit is contained in:
2023-12-18 19:34:44 -05:00
parent 630ef8006d
commit 277c72a17c
2 changed files with 54 additions and 0 deletions

View File

@@ -54,6 +54,11 @@ code {
}
table {
background-color: rgba(11,11,12,0.6);
margin: 5px;
}
html {
scroll-behavior: smooth;
overflow-x: hidden;