mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-29 01:30:16 +02:00
ui fixes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user