There was an error while loading. Please reload this page.
1 parent 5193b43 commit 7c80ca6Copy full SHA for 7c80ca6
1 file changed
src/components/MessagesList/MessagesGroup/Message/MessagePart/MessageBody.vue
@@ -730,6 +730,21 @@ export default {
730
731
// Split view end
732
733
+ // Keep multiple file previews on a scrollable horizontal row
734
+ &--combined-files .message-main__text :deep(.rich-text--wrapper) > p:has(.file-preview) {
735
+ position: relative;
736
+ display: flex;
737
+ flex-wrap: nowrap;
738
+ gap: var(--default-grid-baseline);
739
+ padding: 2px;
740
+ overflow-x: auto;
741
+ overflow-y: hidden;
742
+
743
+ > * {
744
+ flex-shrink: 0;
745
+ }
746
747
748
&__text {
749
color: var(--color-text-light);
750
0 commit comments