Do not use icon for each file, folder to index in desktop app.

Other minor fixes based on PR feedback
This commit is contained in:
Debanjum Singh Solanky
2023-11-04 00:13:10 -07:00
parent e8f568d79c
commit 2f1756cc15
4 changed files with 3 additions and 15 deletions

View File

@@ -302,7 +302,7 @@
div.file-element,
div.folder-element {
display: grid;
grid-template-columns: 1fr auto 1fr;
grid-template-columns: auto 1fr;
border: 1px solid rgb(229, 229, 229);
border-radius: 4px;
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1),0px 1px 2px -1px rgba(0,0,0,0.8);