From 7df462f64141e61dc71f27eab014f7dddb06e3a9 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Tue, 18 Feb 2020 09:22:30 +0000 Subject: [PATCH] Removed text-center, adding left/right padding to button text --- css/index.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/index.styl b/css/index.styl index 0272feeaf..e29c17ae6 100644 --- a/css/index.styl +++ b/css/index.styl @@ -596,6 +596,8 @@ loadingSize = 30px display block overflow hidden width 100% + padding-left 50px + padding-right 15px line-height 40px text-align left text-overflow ellipsis @@ -605,8 +607,6 @@ loadingSize = 30px white-space nowrap transition background 0.3s -webkit-transition background 0.3s - text-align center - padding-right 20px // just enough to balance out the social button (width: 40px) // Thicken up the font on HDPI devices @media (-webkit-min-device-pixel-ratio: 2),