From bf7cfef355aa3ead1f27d0e6cd24b59cfc928782 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 13 Nov 2020 12:11:49 +0100 Subject: [PATCH] :bug: Fix unaligned share-token dropdown. --- frontend/resources/styles/main/partials/viewer-header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/main/partials/viewer-header.scss b/frontend/resources/styles/main/partials/viewer-header.scss index 97e076b1b..219048f6b 100644 --- a/frontend/resources/styles/main/partials/viewer-header.scss +++ b/frontend/resources/styles/main/partials/viewer-header.scss @@ -172,7 +172,7 @@ box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); display: flex; flex-direction: column; - left: -180px; + left: -135px; position: absolute; padding: 1rem; top: 45px;