UX: fix chat title margin on drawer and side panel (#26171)

Fixes alignment issues within the drawer mode and chat sidebar panel on desktop.
This commit is contained in:
David Battersby 2024-03-14 13:41:42 +08:00 committed by GitHub
parent e05628c079
commit 139e21e37d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -72,10 +72,6 @@
}
}
.chat-drawer & {
padding-left: 1rem;
}
.d-icon {
vertical-align: middle;
}

View File

@ -17,3 +17,7 @@
padding: 0 1.5em 1em;
}
}
#main-chat-outlet .chat-side-panel .c-navbar__title {
margin-left: 0;
}