mirror of
https://github.com/status-im/status-web.git
synced 2025-01-13 22:25:43 +00:00
21 lines
234 B
CSS
21 lines
234 B
CSS
html,
|
|
body,
|
|
#__next {
|
|
height: 100%;
|
|
}
|
|
|
|
div {
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
#app {
|
|
height: 100%;
|
|
display: grid;
|
|
grid-template-columns: 352px 1fr;
|
|
}
|
|
|
|
#main {
|
|
display: grid;
|
|
grid-template-rows: 56px 1fr 100px;
|
|
}
|