From bbbd01b26caa0cf24183e1541a3f9126996cade8 Mon Sep 17 00:00:00 2001 From: Ilya Daynatovich Date: Thu, 3 Nov 2016 17:54:23 +0200 Subject: [PATCH] Adjustments in filmstrip section --- css/_filmstrip.scss | 6 +++--- css/_toastr.scss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/_filmstrip.scss b/css/_filmstrip.scss index 28d0de1f9..e9d42823c 100644 --- a/css/_filmstrip.scss +++ b/css/_filmstrip.scss @@ -9,7 +9,7 @@ position: absolute; bottom: 0; right: 0; - padding: 10px 10px 17px 5px; + padding: 10px 5px; @extend %align-right; &__toolbar { @@ -18,7 +18,7 @@ flex-wrap: nowrap; position: relative; z-index: 1; // Set z-index to make element visible - width: 20px; + width: 17px; button { font-size: 14px; @@ -29,7 +29,7 @@ height: auto; width: 100%; padding: 0; - margin: 0 1px; + margin: 0; border: none; outline: none; diff --git a/css/_toastr.scss b/css/_toastr.scss index 655665a22..f72fcabca 100644 --- a/css/_toastr.scss +++ b/css/_toastr.scss @@ -93,7 +93,7 @@ #toast-container.notification-bottom-right { bottom: 135px; - right: 13px; + right: 28px; } #toast-container * {