Re-center create directory dialog
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user