improve unknown attachment handling

This commit is contained in:
Henry Jameson 2022-02-10 15:42:28 +02:00
parent d1f02221cb
commit befd4d5fc7
3 changed files with 28 additions and 6 deletions

View file

@ -54,6 +54,7 @@
min-width: 0;
}
& .placeholder-container,
& .image-container,
& .audio-container,
& .video-container,
@ -93,6 +94,15 @@
}
}
.placeholder-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-top: 0.5em;
}
.play-icon {
position: absolute;
font-size: 64px;