UX: Fix chat backgrounds (#130)
This commit is contained in:
@@ -25,7 +25,6 @@ $sidebar-width: 17em;
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.has-full-page-chat & {
|
body.has-full-page-chat & {
|
||||||
grid-template-columns: min-content;
|
|
||||||
gap: 0;
|
gap: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -19,20 +19,20 @@
|
|||||||
|
|
||||||
.has-full-page-chat .chat-replying-indicator-container {
|
.has-full-page-chat .chat-replying-indicator-container {
|
||||||
margin-bottom: var(--d-border-radius-large);
|
margin-bottom: var(--d-border-radius-large);
|
||||||
@include breakpoint(medium) {
|
@include breakpoint(tablet) {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.has-full-page-chat .chat-selection-management {
|
.has-full-page-chat .chat-selection-management {
|
||||||
margin-bottom: var(--d-border-radius-large);
|
margin-bottom: var(--d-border-radius-large);
|
||||||
@include breakpoint(medium) {
|
@include breakpoint(tablet) {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.experimental-screen {
|
.experimental-screen {
|
||||||
@include breakpoint(medium) {
|
@include breakpoint(tablet) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
max-width: unset !important;
|
max-width: unset !important;
|
||||||
|
|||||||
@@ -6,10 +6,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.has-full-page-chat .d-header {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-menu .quick-access-panel,
|
.user-menu .quick-access-panel,
|
||||||
.user-notifications-list {
|
.user-notifications-list {
|
||||||
li {
|
li {
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ body {
|
|||||||
|
|
||||||
body.has-sidebar-page.has-full-page-chat #main-outlet-wrapper {
|
body.has-sidebar-page.has-full-page-chat #main-outlet-wrapper {
|
||||||
grid-column-gap: var(--main-grid-gap);
|
grid-column-gap: var(--main-grid-gap);
|
||||||
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
body.has-full-page-chat:not(.has-sidebar-page) {
|
body.has-full-page-chat:not(.has-sidebar-page) {
|
||||||
|
|||||||
Reference in New Issue
Block a user