Fixed layout issue with file list

This commit is contained in:
Denys Vuika
2016-04-08 11:31:44 +01:00
parent f981a24f62
commit 6d5a1ffeaf

View File

@@ -55,10 +55,10 @@
top: calc(50% - 8px);
}
ul { list-style-type: none; overflow: hidden; margin:10px}
ul li div.text{ float:left; text-align: left;height: 55px }
ul li div.folder-container{ float:left; width: 70px;text-align: left ;height: 55px}
ul li:hover { background: #eeeeee; height: 55px}
.iron-list ul { list-style-type: none; overflow: hidden; margin:10px}
.iron-list ul li div.text{ float:left; text-align: left;height: 55px }
.iron-list ul li div.folder-container{ float:left; width: 70px;text-align: left ;height: 55px}
.iron-list ul li:hover { background: #eeeeee; height: 55px}
.file{
width: 52px;
height: 52px;