cloudcmd
Version:
File manager for the web with console and editor
34 lines (27 loc) • 636 B
CSS
/*!********************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./css/view.css ***!
\********************************************************************************************/
.view {
font-size: 16px;
white-space: pre;
height: 100%;
overflow: auto;
}
.view:focus {
outline: 0;
}
.view::selection {
text-shadow: none;
background: #b3d4fc;
}
.view-overlay {
display: block;
background: rgb(255 255 255 / 10%);
}
.media,
video {
width: 100%;
}
audio {
margin-top: 10px;
}