From 9fe07abd539d076a2c13bbb43f5c7fda7a4527bc Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 15 Jan 2019 12:36:23 -0500 Subject: [PATCH] fixing the transition animation for the closing of the sticky enews form --- css/app.css | 2 +- scss/plugins/_enews-sticky.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 6a1fc22..69b3f07 100644 --- a/css/app.css +++ b/css/app.css @@ -8185,7 +8185,7 @@ body #glm-enews-sticky { border: 2px solid white; } .enews-slideout { - transform: translateX(-320px) !important; } + transform: translateX(-355px) !important; } .home-feed-post { margin-bottom: 20px; } diff --git a/scss/plugins/_enews-sticky.scss b/scss/plugins/_enews-sticky.scss index 5e7bd58..fabce7d 100644 --- a/scss/plugins/_enews-sticky.scss +++ b/scss/plugins/_enews-sticky.scss @@ -59,5 +59,5 @@ body{ } } .enews-slideout{ - transform: translateX(-320px) !important; + transform: translateX(-355px) !important; } \ No newline at end of file -- 2.17.1