mirror of
https://github.com/friendica/friendica
synced 2025-04-25 16:30:10 +00:00
Fix style and scrollbar
This commit is contained in:
parent
9debbfde1e
commit
89eefbe46c
3 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@ function ACL(backend_url, preset){
|
|||
that.deny_cid = (preset[2] || []);
|
||||
that.deny_gid = (preset[3] || []);
|
||||
that.group_uids = [];
|
||||
that.nw = 5; that.nh = 5;
|
||||
that.nw = 4; //items per row. should be calulated from #acl-list.width
|
||||
|
||||
that.list_content = $("#acl-list-content");
|
||||
that.item_tpl = unescape($(".acl-list-item[rel=acl-template]").html());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue