uBlock/src/css/whitelist.css

23 lines
341 B
CSS
Raw Normal View History

2018-04-10 12:08:28 +00:00
html {
height: 100vh;
overflow: hidden;
width: 100vw;
2018-04-10 12:08:28 +00:00
}
2018-03-28 20:15:50 +00:00
body {
display: flex;
flex-direction: column;
height: 100%;
justify-content: stretch;
2018-03-28 20:15:50 +00:00
overflow: hidden;
width: 100%;
}
.body {
flex-shrink: 0;
}
.codeMirrorContainer {
flex-grow: 1;
2014-10-07 12:59:35 +00:00
}
#whitelist {
2016-12-26 16:35:37 +00:00
text-align: left;
2014-10-07 12:59:35 +00:00
}