From 2e113e8a18beb478e199584d157eb34e2dc9ba7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Wed, 7 Jun 2023 16:46:32 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/global.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/css/global.css b/public/css/global.css index 235d42a..815b4d2 100644 --- a/public/css/global.css +++ b/public/css/global.css @@ -329,3 +329,10 @@ a:hover { display: inherit; height: 10px; } + +.right.stackable.menu { + margin-left: auto; + display: flex; + align-items: inherit; + flex-direction: inherit; +}