mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
16 lines
146 B
CSS
16 lines
146 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
#remote-report {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 0;
|
|
display: flex;
|
|
}
|