diff options
Diffstat (limited to 'source/features/one-click-pr-or-gist.css')
-rw-r--r-- | source/features/one-click-pr-or-gist.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/features/one-click-pr-or-gist.css b/source/features/one-click-pr-or-gist.css new file mode 100644 index 00000000..08cad4b4 --- /dev/null +++ b/source/features/one-click-pr-or-gist.css @@ -0,0 +1,5 @@ +/* For the 1st button "Create public Gist" */ +#gists + div button[value='1'] { + margin-left: auto !important; + margin-right: 0; +} |