wip: desktop work
This commit is contained in:
parent
fe8b3a2515
commit
887a819f24
46 changed files with 513 additions and 397 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@import "@opencode-ai/css";
|
||||
@import "./styles/index.css";
|
||||
|
||||
:root {
|
||||
body {
|
||||
|
|
@ -9,14 +9,12 @@
|
|||
main {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 100vh;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
main > div {
|
||||
flex: 1;
|
||||
padding: 2rem;
|
||||
min-width: 0;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue