UX: Restore wider search dropdown width (#20391)

Followup to c82094cd9d
This commit is contained in:
David Taylor 2023-02-21 15:40:22 +00:00 committed by GitHub
parent 64975a6ecb
commit 235edfd07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,10 @@
} }
} }
.search-menu .menu-panel {
width: 500px;
}
.user-menu.revamped { .user-menu.revamped {
right: 0; right: 0;
width: 320px; width: 320px;