From b4256ae6a389cad58a8dee903269f47d2e43a194 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Wed, 2 Aug 2023 20:01:48 +0300 Subject: [PATCH] Stretch login menu buttons in small nav mode --- app/assets/stylesheets/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 34f2ada73..f68ba9eee 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -304,7 +304,7 @@ body.small-nav { } nav.secondary { - .user-menu { + .user-menu, .login-menu { width: 100%; } } -- 2.39.5