UX: Apply bot conversation sidebar styles to mobile sidebar (#1328)

This commit is contained in:
Isaac Janzen 2025-05-08 15:10:42 -05:00 committed by GitHub
parent cf45e6884c
commit a49ed0cd01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ body.has-ai-conversations-sidebar {
display: none;
}
.sidebar-wrapper {
.sidebar-wrapper,
.hamburger-dropdown-wrapper {
.ai-conversations-panel {
padding-top: 1em;
}