From 4b19f85f3a7e1beac9ad211be7e2bb8a34a816c1 Mon Sep 17 00:00:00 2001 From: MAEDA Go Date: Sat, 12 Sep 2026 16:13:12 +0900 Subject: [PATCH] Keep the top menu height stable regardless of login state (#43937). --- app/assets/stylesheets/application.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index bd78dadeb..a0c89a1cc 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -126,6 +126,9 @@ nav.top-menu { stroke: var(--oc-white); } +/* Reserve the height of the avatar in the account menu so the bar height is the same before/after login */ +.profile-menu {display: flex; align-items: center; min-block-size: 28px;} + #account .dropdown-content .user-info { padding-block: 6px; padding-inline: 16px; -- 2.55.0