mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
22 lines
208 B
CSS
22 lines
208 B
CSS
html,
|
|
body {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
body {
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
}
|
|
|
|
#log {
|
|
-webkit-box-flex: 1;
|
|
}
|
|
|
|
#log,
|
|
#input {
|
|
display: block;
|
|
}
|