forked from mirrors/cursor-free-vip
Big Change Update
This commit is contained in:
23
uBlock0.chromium/css/devtools.css
Normal file
23
uBlock0.chromium/css/devtools.css
Normal file
@@ -0,0 +1,23 @@
|
||||
html {
|
||||
height: 100vh;
|
||||
height: 100svh;
|
||||
overflow: hidden;
|
||||
width: 100vw;
|
||||
}
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
justify-content: stretch;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
.body {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.codeMirrorContainer {
|
||||
flex-grow: 1;
|
||||
}
|
||||
#console {
|
||||
text-align: left;
|
||||
}
|
||||
Reference in New Issue
Block a user