improve unknown attachment handling
This commit is contained in:
parent
d1f02221cb
commit
befd4d5fc7
3 changed files with 28 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue