Skip to content

Instantly share code, notes, and snippets.

@kirb
Last active December 14, 2015 22:29
Show Gist options
  • Save kirb/5159097 to your computer and use it in GitHub Desktop.
Save kirb/5159097 to your computer and use it in GitHub Desktop.
Fit Cydia “Manage” links to iPhone 5 screen
  1. Go to /Applications/Cydia.app in iFile, then scroll down and tap manage.html followed by the Text Editor.

  2. Tap Edit, then find a.giant-button { and tap so your cursor is next to {.

  3. Enter:

     padding: 18px 0;
    

    (You can line that up with the other CSS properties but it doesn’t really matter.)

    The line should then look like this:

     a.giant-button {padding: 18px 0;
    
  4. Save and enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment