Skip to content

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

Small fix for less sluggish scrolling on the diff view in Graphite

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);
}
}

Reviews

No reviews yet.