mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-07 05:28:45 -04:00
added path explorer
This commit is contained in:
parent
bf01761264
commit
ac77007022
11 changed files with 473 additions and 125 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue