Re-center create directory dialog

This commit is contained in:
2023-11-16 19:48:17 +01:00
parent 2baa614c7d
commit 5f8015de73

View File

@@ -37,10 +37,11 @@ onMount(() => { name_input.focus() })
<style> <style>
.create_dir { .create_dir {
display: inline-flex; display: flex;
flex-direction: row; flex-direction: row;
width: 100%; width: 100%;
max-width: 1000px; max-width: 1000px;
margin: auto;
} }
.icon { .icon {
align-self: center; align-self: center;