added path explorer

This commit is contained in:
Parker TenBroeck 2026-01-13 18:31:44 -05:00
parent bf01761264
commit ac77007022
11 changed files with 473 additions and 125 deletions

View file

@ -3,6 +3,7 @@
@use "loading.scss";
@use "controls.scss";
@use "themes.scss";
@use "paths.scss";
html,
body {
@ -34,6 +35,10 @@ body {
overflow-y: scroll;
}
.scroll{
overflow: scroll;
}
.flexCol{
display: flex;
flex-direction: column;