mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Smoother scrolling in mobile diffs
Summary: Enable fiiiiiiiine scrolling when using mobile diffs Test Plan: iOS simulator Reviewers: epriestley, btrahan Reviewed By: btrahan Subscribers: epriestley, Korvin, chad Differential Revision: https://secure.phabricator.com/D8696
This commit is contained in:
parent
133772d7eb
commit
8fad146832
2 changed files with 4 additions and 3 deletions
|
@ -10,7 +10,7 @@ return array(
|
|||
'core.pkg.css' => '1f7a202d',
|
||||
'core.pkg.js' => '57d0e1c4',
|
||||
'darkconsole.pkg.js' => 'ca8671ce',
|
||||
'differential.pkg.css' => '331c38d9',
|
||||
'differential.pkg.css' => '9578e86b',
|
||||
'differential.pkg.js' => '11a5b750',
|
||||
'diffusion.pkg.css' => '3783278d',
|
||||
'diffusion.pkg.js' => '5b4010f4',
|
||||
|
@ -55,7 +55,7 @@ return array(
|
|||
'rsrc/css/application/countdown/timer.css' => '86b7b0a0',
|
||||
'rsrc/css/application/diff/inline-comment-summary.css' => '14a91639',
|
||||
'rsrc/css/application/differential/add-comment.css' => 'c478bcaa',
|
||||
'rsrc/css/application/differential/changeset-view.css' => 'df93fa84',
|
||||
'rsrc/css/application/differential/changeset-view.css' => '6a0299e9',
|
||||
'rsrc/css/application/differential/core.css' => '7ac3cabc',
|
||||
'rsrc/css/application/differential/results-table.css' => '239924f9',
|
||||
'rsrc/css/application/differential/revision-comment.css' => '48186045',
|
||||
|
@ -505,7 +505,7 @@ return array(
|
|||
'conpherence-notification-css' => '403cf598',
|
||||
'conpherence-update-css' => '1099a660',
|
||||
'conpherence-widget-pane-css' => '87b12e0c',
|
||||
'differential-changeset-view-css' => 'df93fa84',
|
||||
'differential-changeset-view-css' => '6a0299e9',
|
||||
'differential-core-view-css' => '7ac3cabc',
|
||||
'differential-inline-comment-editor' => 'f2441746',
|
||||
'differential-results-table-css' => '239924f9',
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
.device-phone .differential-changeset {
|
||||
overflow-x: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.differential-diff {
|
||||
|
|
Loading…
Reference in a new issue