UX: Fix chat backgrounds (#130)

This commit is contained in:
Jordan Vidrine
2025-04-11 17:06:41 -05:00
committed by GitHub
parent e3aed16e2b
commit 3a0a5b0f30
4 changed files with 4 additions and 8 deletions
-1
View File
@@ -25,7 +25,6 @@ $sidebar-width: 17em;
}
body.has-full-page-chat & {
grid-template-columns: min-content;
gap: 0;
}
+3 -3
View File
@@ -19,20 +19,20 @@
.has-full-page-chat .chat-replying-indicator-container {
margin-bottom: var(--d-border-radius-large);
@include breakpoint(medium) {
@include breakpoint(tablet) {
margin-bottom: 0;
}
}
.has-full-page-chat .chat-selection-management {
margin-bottom: var(--d-border-radius-large);
@include breakpoint(medium) {
@include breakpoint(tablet) {
margin-bottom: 0;
}
}
.experimental-screen {
@include breakpoint(medium) {
@include breakpoint(tablet) {
display: none;
}
max-width: unset !important;
-4
View File
@@ -6,10 +6,6 @@
}
}
.has-full-page-chat .d-header {
background-color: transparent;
}
.user-menu .quick-access-panel,
.user-notifications-list {
li {
+1
View File
@@ -22,6 +22,7 @@ body {
body.has-sidebar-page.has-full-page-chat #main-outlet-wrapper {
grid-column-gap: var(--main-grid-gap);
background-color: var(--background-color);
}
body.has-full-page-chat:not(.has-sidebar-page) {