Update file manager styling
This commit is contained in:
@@ -34,8 +34,10 @@ onMount(() => { name_input.focus() })
|
||||
|
||||
<style>
|
||||
.create_dir {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
width: 100%;
|
||||
max-width: 1000px;
|
||||
}
|
||||
.create_dir > img {
|
||||
height: 32px;
|
||||
|
Reference in New Issue
Block a user