mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-31 15:28:19 -04:00
Add audio preview.
This commit is contained in:
parent
b7081b32de
commit
af29d651b5
7 changed files with 150 additions and 6 deletions
9
src/_h5ai/client/css/inc/preview-aud.less
Normal file
9
src/_h5ai/client/css/inc/preview-aud.less
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
#pv-aud-audio {
|
||||
position: absolute;
|
||||
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
|
||||
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue