From acd52eac6ba0663dfd79b009942e2d05ddadc458 Mon Sep 17 00:00:00 2001 From: Misode Date: Wed, 3 Nov 2021 02:35:47 +0100 Subject: [PATCH] Fix alignment issue with btn menus --- src/styles/global.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index 148980c1..d419f308 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -386,15 +386,8 @@ main.has-preview { flex-direction: column; position: absolute; top: 100%; - margin-top: 8px; -} - -.btn-menu.menu-sw .btn-group { right: 0; -} - -.btn-menu.menu-se .btn-group { - left: 0; + margin-top: 8px; } .btn-group {