mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:10:11 +00:00
[frio] Remove outer post padding
- Include mobile view changes - Includes search view changes
This commit is contained in:
parent
6717df2c23
commit
6332a50466
3 changed files with 38 additions and 41 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue