From 5733d14ae4877cd7b4c03a8bba05857d2e6981bf Mon Sep 17 00:00:00 2001 From: lislis Date: Thu, 14 Apr 2016 15:44:59 +0200 Subject: [PATCH] fix layout issue with last synced message --- app/styles/app/modules/sync-button.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/app/modules/sync-button.sass b/app/styles/app/modules/sync-button.sass index 551c23ed..22f987a7 100644 --- a/app/styles/app/modules/sync-button.sass +++ b/app/styles/app/modules/sync-button.sass @@ -16,8 +16,9 @@ background-color: $oxide-blue .sync-last position: absolute - left: -15em + right: 9em top: 0 + width: 170% z-index: -1 transition: transform 150ms ease, opacity 250ms ease transform: translateX(80%)