mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 01:00:10 +02:00
✨ Resizeable panels
This commit is contained in:
parent
acc3d00fd5
commit
1599b2644a
19 changed files with 307 additions and 118 deletions
|
@ -11,6 +11,13 @@ body {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
font-family: "worksans", sans-serif;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#app {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue