Skip to content

Instantly share code, notes, and snippets.

@matchaxnb
Created March 31, 2015 10:33
Show Gist options
  • Save matchaxnb/e7c0edd89ad32dbdddb6 to your computer and use it in GitHub Desktop.
Save matchaxnb/e7c0edd89ad32dbdddb6 to your computer and use it in GitHub Desktop.
Facebook for short-sighted people like me (for Firefox)
/*
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;
}
}
@matchaxnb
Copy link
Author

Appearance

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