stable
Clone or download
Read-only
Fix request #17087: big motd + logged in + resize = 💩
Replace jScrollPane by smooth-scrollbar in FP. That way we use the same library than BurningParrot. One less jQuery dependency, yay \o/ Fix issue when you have a very long motd text, and you are logged in, and you resize the viewport: the logo should not go under the motd when the latter wraps. Change-Id: Ic5f4812cb4214664c19c48238fbbeee9193c731e
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintignore | +0 | −1 | Go to diff View file |
M | .gitignore | +0 | −1 | Go to diff View file |
M | src/jest.config.js | +0 | −1 | Go to diff View file |
M | src/scripts/FlamingParrot/sidebar.js | +2 | −30 | Go to diff View file |
M | src/themes/BurningParrot/css/_includes.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/package-lock.json | +1 | −31 | Go to diff View file |
M | src/themes/BurningParrot/package.json | +1 | −3 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_definitions.scss | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_logo.scss | +2 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_pre-definitions.scss | +2 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_sidebar.scss | +2 | −0 | Go to diff View file |
R | src/themes/FlamingParrot/css/utils/_jscrollpane-overrides.scss | Go to diff View file | ||
M | src/themes/FlamingParrot/templates/project-sidebar.mustache | +87 | −85 | Go to diff View file |
M | src/webpack.common.js | +0 | −4 | Go to diff View file |
D | src/www/scripts/jscrollpane/jquery.jscrollpane.css | +0 | −115 | Go to diff View file |
D | src/www/scripts/jscrollpane/jquery.jscrollpane.min.js | +0 | −8 | Go to diff View file |
D | src/www/scripts/jscrollpane/jquery.mousewheel.js | +0 | −201 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +0 | −1 | Go to diff View file |