Audio and video files are not downloaded, but the element src is fetching the content directly from storage. Unfortunately, one cannot skip forward, when the RS server doesn't support content ranges.
23 lines
270 B
SCSS
23 lines
270 B
SCSS
.file-preview {
|
|
|
|
code {
|
|
overflow-wrap: break-word;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
hyphens: none;
|
|
}
|
|
|
|
img, audio, video {
|
|
max-width: 100%;
|
|
}
|
|
|
|
#json-tree-view {
|
|
overflow: auto;
|
|
}
|
|
|
|
.actions {
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
}
|