Skip to content

Commit

Permalink
image listing style update
Browse files Browse the repository at this point in the history
  • Loading branch information
viliusle committed Dec 4, 2017
1 parent ed9dbce commit 89191ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
overflow-y: scroll;
}
#popup.wide{
top: 15vh;
width: 800px;
left: calc(50% - 800px / 2);
}
Expand Down
2 changes: 2 additions & 0 deletions src/js/modules/file/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class File_search_media_class {
//fix for last line
html += '<div class="item"></div>';
html += '<div class="item"></div>';
html += '<div class="item"></div>';
html += '<div class="item"></div>';
}

var settings = {
Expand Down

0 comments on commit 89191ce

Please sign in to comment.