logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 318e63cb7910df90bb3e99bc5a3547ee01426f22
parent: c30a3d259cf6b03ef2c17ac99d9fa3d16215fbb4
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Wed, 21 Dec 2016 00:56:13 +0100

Fix #250 - no text adjust

Diffstat:

Mapp/assets/stylesheets/application.scss1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss @@ -106,6 +106,7 @@ body { padding-bottom: 140px; text-rendering: optimizelegibility; font-feature-settings: "kern"; + text-size-adjust: none; &.app-body { position: fixed;