dtinth / dark-facebook

[UNMAINTAINED] A dark theme for Facebook. Available as a Stylish user skin and a custom theme in Social Fixer for Facebook.
http://dtinth.github.com/dark-facebook/
35 stars 10 forks source link

Justified Text #65

Open togruta opened 9 years ago

togruta commented 9 years ago

Could we get a justified text option? I have poor eyesight and justified text helps with eye strain due to extensive computer work.

Marsjanin commented 9 years ago

"Plus one" from me. I think Facebook could have justified text just everywhere without bad look, so this should be easy to add.

And that we can simply write like this: body{text-align:justify!important}

togruta commented 9 years ago

I used CSS to justify some of the text, but it's only taking on the main page, not the notifications pop-up.

Marsjanin commented 9 years ago

Own huge edit: this is not a place for Stylish-related issues, there was a version that wasn't compatible with Chromium and older Chrome. Here's datails, now it's fixed. https://forum.userstyles.org/discussion/45730/chromium-suddenly-broke-up-stylish

Marsjanin commented 9 years ago

I cannot make it, my knowledge of css is too poor. Adding span element can e.g. color it red, but not justify. body,p,span,div{text-align:justify!important;color:red!important} And I got no idea, why center works, and justify not. :(