diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 8db41ab7a5..2f3eb99c95 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1368,7 +1368,7 @@ section #jotOpen { } } .fbrowser.image .photo-album-image-wrapper { - box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); + box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2); } .fbrowser .profile-rotator-wrapper { min-height: 200px; diff --git a/view/theme/frio/js/filebrowser.js b/view/theme/frio/js/filebrowser.js index 77e9e50881..92f1412911 100644 --- a/view/theme/frio/js/filebrowser.js +++ b/view/theme/frio/js/filebrowser.js @@ -253,7 +253,7 @@ var FileBrowser = { initGallery: function() { $(".fbrowser.image .fbrowser-content-container").justifiedGallery({ 'rowHeight': 80, - 'margins': 3, + 'margins': 4, 'border': 0 }); } diff --git a/view/theme/frio/templates/jot.tpl b/view/theme/frio/templates/jot.tpl index 2258a6f4f0..8e1f3bf5d6 100644 --- a/view/theme/frio/templates/jot.tpl +++ b/view/theme/frio/templates/jot.tpl @@ -146,4 +146,3 @@ can load different content into the jot moadl (e.g. the item edit jot) this.style.height = this.contentWindow.document.body.offsetHeight + 'px'; }); -