electron-devtools-vendor
Version:
<div align="center"> <h2>electron-devtools-vendor</h2> <img alt="MIT" src="https://img.shields.io/github/license/BlackHole1/electron-devtools-vendor?color=9cf&style=flat-square"> <img alt="GitHub repo size" src="https://img.shields.io/github/r
60 lines (55 loc) • 1.36 kB
HTML
<html><head><meta charset="UTF-8"></head><title>Redux DevTools</title><style>html {
height: 100%;
width: 100%;
}
body {
overflow: hidden;
height: 100%;
width: 100%;
min-width: 350px;
min-height: 400px;
margin: 0;
padding: 0;
font-family: "Helvetica Neue", "Lucida Grande", sans-serif;
font-size: 11px;
background-color: rgb(53, 59, 70);
color: #fff;
}
#root {
height: 100%;
}
#root > div {
height: 100%;
}
#root > div > div:nth-child(2) {
min-height: 0;
}
.ReactCodeMirror {
overflow: auto;
height: 100%;
}
button:disabled {
opacity: 0.5;
cursor: initial ;
}
@media print {
@page {
size: auto;
margin: 0;
}
body {
position: static;
}
#root > div > div:not(:nth-child(2)) {
display: none ;
}
#root > div > div:nth-child(2) {
overflow: visible ;
position: absolute ;
z-index: 2147483647;
page-break-after: avoid;
}
#root > div > div:nth-child(2) * {
overflow: visible ;
}
}</style><body><div id="root"><div style="position: relative"><img src="/img/loading.svg" height="300" width="350" style="position: absolute; top: 50%; left: 50%; margin-top: -175px; margin-left: -175px;"></div></div><link href="/window.bundle.css" rel="stylesheet"><script src="/window.bundle.js"></script></body></html>