Created
March 31, 2015 10:33
-
-
Save matchaxnb/e7c0edd89ad32dbdddb6 to your computer and use it in GitHub Desktop.
Facebook for short-sighted people like me (for Firefox)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
By Chloé Tigre Rouge | |
Public Domain or MIT license at the option of the user | |
*/ | |
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("www.facebook.com") { | |
/* font sizes for main content area */ | |
body, #contentArea p, div[role="main"] p | |
{ | |
font-size: 1.5rem; | |
} | |
.UFICommentBody | |
{ | |
font-size: 1.2rem; | |
} | |
/* font size for chats */ | |
div.conversation { | |
font-size:1.2rem; | |
} | |
/** this section makes the chat zones taller so we can read more text on screen | |
Still glitchy and not perfect at all | |
**/ | |
div.conversation { | |
max-height:80vh; | |
} | |
.fbNubFlyoutBody, .fbNubFlyout { | |
/*height: 90vh!important; | |
*/max-height: 99vh!important; | |
} | |
.fbNubFlyout | |
{ | |
height: 94vh!important; | |
} | |
.fbNubFlyoutBody | |
{ | |
height: 84vh!important; | |
} | |
} |
Author
matchaxnb
commented
Apr 1, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment