mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
14 lines
200 B
CSS
14 lines
200 B
CSS
|
|
body {
|
||
|
|
border: 0;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
height: 100vh;
|
||
|
|
margin: 0;
|
||
|
|
overflow: hidden;
|
||
|
|
padding: 0;
|
||
|
|
width: 100vw;
|
||
|
|
}
|
||
|
|
#content {
|
||
|
|
flex-grow: 1;
|
||
|
|
}
|