mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 03:41:43 +02:00
Merge remote-tracking branch 'origin/main' into develop
This commit is contained in:
commit
43ceb6bb44
8 changed files with 21 additions and 12 deletions
|
@ -157,11 +157,6 @@
|
|||
align-items: center;
|
||||
overflow: hidden;
|
||||
|
||||
.empty-state {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
svg {
|
||||
transform-origin: center;
|
||||
}
|
||||
|
@ -184,6 +179,13 @@
|
|||
height: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.empty-state {
|
||||
width: 100vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
.viewport-container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue