fix: placeholder width/height for spinner in blobpreview

feat/type-attributes
Tomáš Mládek 2022-12-19 21:38:41 +01:00
parent 36b6e51765
commit 771d9648dc
1 changed files with 8 additions and 0 deletions

View File

@ -163,6 +163,14 @@
}
}
.spinner {
width: 100%;
height: 260px;
position: absolute;
top: 0;
left: 0;
}
.audiopreview {
position: relative;