UX: Width & calculation adjustments for main container (#27)

This commit is contained in:
Jordan Vidrine
2025-03-07 12:01:26 -06:00
committed by GitHub
parent 3777405f0b
commit 35a4642042
2 changed files with 8 additions and 14 deletions
+2 -5
View File
@@ -17,8 +17,8 @@
}
}
.has-full-page-chat .experimental-screen {
display: none;
.has-full-page-chat .chat-replying-indicator-container {
margin-bottom: var(--d-border-radius-large);
}
.experimental-screen {
@@ -26,9 +26,6 @@
display: none;
}
max-width: unset !important;
.has-full-page-chat & {
display: none;
}
@media screen and (max-width: 488px) {
display: none;
}