File tree Expand file tree Collapse file tree
src/components/MessagesList/MessagesGroup/Message/MessagePart Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ export default {
356356
357357 // Row layout always shows a small fixed-size icon, never a medium/full preview
358358 if (this .rowLayout ) {
359- return { width: ' 32px ' , height: ' 32px ' }
359+ return { width: ' 24px ' , height: ' 24px ' }
360360 }
361361
362362 // Fallback for loading mimeicons (preview for audio files is not provided)
@@ -710,7 +710,7 @@ export default {
710710
711711 .mimeicon .preview - small {
712712 min- height: auto;
713- max- height: 32px ;
713+ max- height: 24px ;
714714 }
715715
716716 .preview {
@@ -728,7 +728,7 @@ export default {
728728 .preview - small {
729729 border- radius: var (-- border- radius);
730730 max- width: 100 % ;
731- max- height: 32px ;
731+ max- height: 24px ;
732732 }
733733
734734 .preview - loading {
@@ -888,7 +888,7 @@ export default {
888888
889889 .image - container {
890890 flex- shrink: 0 ;
891- width: 32px ;
891+ width: 24px ;
892892 }
893893
894894 .name - container {
You can’t perform that action at this time.
0 commit comments