We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af4188 commit d68899aCopy full SHA for d68899a
1 file changed
Public/app/css/main.css
@@ -80,6 +80,10 @@ input[type="text"], textarea {
80
background-color: hsl(var(--muted)) !important;
81
}
82
83
+#chatArea {
84
+ min-width: 0;
85
+}
86
+
87
/* Message Input Container Border */
88
#messageInputContainer {
89
display: flex;
@@ -2662,6 +2666,7 @@ input[type="text"]:disabled, textarea:disabled {
2662
2666
#mediaPanelContainer {
2663
2667
margin-bottom: 10px;
2664
2668
width: 100%;
2669
+ overflow: hidden;
2665
2670
2671
2672
.media-panel-header {
@@ -2716,6 +2721,7 @@ input[type="text"]:disabled, textarea:disabled {
2716
2721
border-radius: 5px;
2717
2722
overflow: hidden;
2718
2723
background-color: hsl(var(--muted));
2724
+ flex-shrink: 0;
2719
2725
2720
2726
2727
.attachment-preview-item img {
0 commit comments