mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-08 23:46:23 +02:00
fix(core): fixed album css issue
This commit is contained in:
@@ -102,6 +102,9 @@
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* $scope.$watch($('#nav-top-menu').width())
|
||||
*/
|
||||
$scope.$watch(function () {
|
||||
return $('#nav-top-menu').width();
|
||||
}, function (newVal, oldVal) {
|
||||
@@ -119,6 +122,7 @@
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* auth-user-changed
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user