delete prompt ui change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user