delete prompt ui change

This commit is contained in:
sanjayk03-dev
2024-05-31 14:41:35 +05:30
parent 0f3b241c1f
commit b3692d2239
3 changed files with 48 additions and 7 deletions

View File

@@ -297,6 +297,32 @@ span.unit
overflow-y scroll
max-height 400px
margin-bottom 10px
.container
display flex
width 100%
height 100vh
.folders
width 30%
border-right 1px solid #ccc
padding 10px
overflow-y auto
.files
width 70%
padding 10px
overflow-y auto
.folder-item, .file-item
padding: 5px
cursor: pointer
.folder-item:hover, .file-item:hover
background-color #f0f0f0
.search-bar
margin-bottom 10px
table
border-collapse collapse