clay-server 2.32.0-beta.8 → 2.32.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/public/css/input.css +7 -2
- package/package.json +1 -1
package/lib/public/css/input.css
CHANGED
|
@@ -746,12 +746,14 @@
|
|
|
746
746
|
display: flex;
|
|
747
747
|
align-items: center;
|
|
748
748
|
justify-content: space-between;
|
|
749
|
+
gap: 4px;
|
|
749
750
|
}
|
|
750
751
|
|
|
751
752
|
#input-bottom-right {
|
|
752
753
|
display: flex;
|
|
753
754
|
align-items: center;
|
|
754
755
|
gap: 4px;
|
|
756
|
+
flex-shrink: 0;
|
|
755
757
|
}
|
|
756
758
|
|
|
757
759
|
/* --- Vendor toggle (split toggle) --- */
|
|
@@ -812,17 +814,20 @@
|
|
|
812
814
|
.vendor-toggle-label {
|
|
813
815
|
pointer-events: none;
|
|
814
816
|
}
|
|
815
|
-
@media (max-width:
|
|
817
|
+
@media (max-width: 900px) {
|
|
816
818
|
.vendor-toggle-label { display: none; }
|
|
819
|
+
.vendor-toggle-btn { padding: 0 8px; }
|
|
817
820
|
}
|
|
818
821
|
|
|
819
822
|
/* --- Attach buttons & menu --- */
|
|
820
823
|
#attach-wrap {
|
|
821
824
|
position: relative;
|
|
822
|
-
|
|
825
|
+
min-width: 0;
|
|
823
826
|
display: flex;
|
|
824
827
|
align-items: center;
|
|
825
828
|
gap: 2px;
|
|
829
|
+
flex-wrap: nowrap;
|
|
830
|
+
overflow: hidden;
|
|
826
831
|
}
|
|
827
832
|
|
|
828
833
|
#attach-file-btn,
|