1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 01:30:16 +02:00
This commit is contained in:
Kushagra Gour
2019-03-03 18:46:20 +05:30
parent 5694a115c8
commit 4a16b77dc8
2 changed files with 17 additions and 9 deletions

View File

@@ -69,9 +69,9 @@ function File({
onDragStart={dragStartHandler}
onClick={onFileSelect.bind(null, file)}
>
<div class="flex flex-v-center">
<div class="flex flex-v-center ov-h">
<FileIcon file={file} />
{file.name}
<div class="sidebar__file-name">{file.name}</div>
</div>
<div class="sidebar__file-options">
<button