Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8)

Unified Diff: app/views/charm-panel.js

Issue 10241046: Dark header style change
Patch Set: Dark header style change Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/templates/notifications.handlebars ('k') | app/views/notifications.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/views/charm-panel.js
=== modified file 'app/views/charm-panel.js'
--- app/views/charm-panel.js 2013-06-13 16:15:01 +0000
+++ app/views/charm-panel.js 2013-06-13 22:04:30 +0000
@@ -87,7 +87,7 @@
clientDiff = (
scrollContainer.get('clientHeight') -
parseInt(scrollContainer.getComputedStyle('height'), 10)),
- scrollHeight = height - diff - clientDiff - 1;
+ scrollHeight = height - diff - clientDiff - 576;
scrollContainer.setStyle('height', scrollHeight + 'px');
}
},
@@ -895,7 +895,7 @@
var headerBox = Y.one('#charm-search-trigger-container'),
dimensions = utils.getEffectiveViewportSize();
return { x: headerBox && Math.round(headerBox.getX()),
- height: dimensions.height + 18 };
+ height: dimensions.height };
}
// The public methods.
« no previous file with comments | « app/templates/notifications.handlebars ('k') | app/views/notifications.js » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b