Update filesystem documentation

This commit is contained in:
2024-08-13 11:58:11 +02:00
parent 5ac09ac4fb
commit de819bfedb
2 changed files with 83 additions and 13 deletions

View File

@@ -33,7 +33,6 @@ onMount(() => {
</div>
<style>
.directory {
display: flex;
flex-direction: row;
@@ -53,7 +52,7 @@ onMount(() => {
gap: 2px;
padding: 2px;
border-radius: 8px;
width: 300px;
width: 250px;
max-width: 100%;
border: 1px solid var(--input_background);
}