From 23c5965f00a9dd5b0173b8d9b58f7c6d258b44fd Mon Sep 17 00:00:00 2001 From: Timo Date: Fri, 19 Feb 2021 08:48:49 +0200 Subject: [PATCH] flex icons for actions --- .../file/annotation-actions/annotation-actions.component.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.scss b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.scss index 717e7b5f8..0838c2ddc 100644 --- a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.scss +++ b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.scss @@ -7,7 +7,9 @@ height: calc(100% + 8px); box-sizing: border-box; display: none; - justify-content: flex-end; + flex-direction: column; + align-items: flex-end; + justify-content: flex-start; width: 80px; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9fafb, #f9fafb);