Small fix for less sluggish scrolling on the diff view in Graphite
Graphite: Optimized Scrolling on Diff View by itsMapleLeaf
Details
AuthoritsMapleLeaf
LicenseGNU GPLv3
Categoryapp.graphite.dev
Created
Updated
Size244 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Optimized Scrolling on Graphite Diff View
@version 20240129.16.38
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://app.graphite.dev/github/pr/") {
.code-diff {
transform: translateZ(0);
}
}