[frio] Remove outer post padding

- Include mobile view changes
- Includes search view changes
This commit is contained in:
Hypolite Petovan 2019-07-15 22:46:22 -04:00
parent 6717df2c23
commit 6332a50466
3 changed files with 38 additions and 41 deletions

View file

@ -711,7 +711,7 @@ function scrollToItem(elementId) {
return;
}
var $el = $(document.getElementById(elementId));
var $el = $('#' + elementId + ' > .media');
// Test if the Item exists
if (!$el.length) {
return;