1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11552] Responsive design fixes

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin
2013-10-20 10:35:41 +03:00
parent 806a9d37f3
commit 87134080b3
2 changed files with 16 additions and 1 deletions

View File

@@ -468,7 +468,7 @@ function insert_single_user(formId, user)
});
// Responsive breadcrumbs
$('.breadcrumbs:not(.skip-responsive, .linklist .breadcrumbs)').each(function() {
$('.breadcrumbs:not(.skip-responsive, .linklist.leftside .breadcrumbs)').each(function() {
var $this = $(this),
$body = $('body'),
links = $this.find('.crumb'),