4 lines
330 B
Plaintext
4 lines
330 B
Plaintext
/* packageB/pages/files/files-preview/files-preview.wxss */
|
|
page{background: #ffffff !important;}
|
|
.preview-video{width: 100%;position: fixed;left: 0;top: 0;height: calc(100% - env(safe-area-inset-bottom));}
|
|
.audio{width: 100%;height: 100%;position: fixed;top: 0;left: 0; display: flex;justify-content: center;align-items: center;} |