mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-04 14:49:44 +07:00
31 lines
285 B
CSS
31 lines
285 B
CSS
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0px auto;
|
|
overflow-y: scroll;
|
|
height: 100%;
|
|
}
|
|
|
|
h3 {
|
|
border-bottom: 1px solid;
|
|
}
|
|
|
|
p {
|
|
margin: 8px;
|
|
}
|
|
|
|
#device-info {
|
|
margin-left: 216px;
|
|
}
|
|
|
|
.left-panel {
|
|
position: absolute;
|
|
}
|
|
|
|
#device-selector {
|
|
width: 200px;
|
|
height: 283px;
|
|
}
|