#152 css improvements for empty folder content

This commit is contained in:
Denys Vuika 2016-06-07 14:55:14 +01:00
parent 6baf497390
commit a94bc1ef5f

View File

@ -64,6 +64,10 @@
color: #777;
}
:host .empty-folder-content {
padding: 0 !important;
}
:host .empty-folder-content > img {
width: 100%;
}