Update file manager styling

This commit is contained in:
2022-11-07 17:10:17 +01:00
parent cd8bf8afe4
commit e43278acdb
3 changed files with 23 additions and 14 deletions

View File

@@ -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;