mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 22:18:32 +02:00
🐛 Fix alignment of 'no boards' message in viewer
This commit is contained in:
parent
012315f207
commit
745aa17d8a
2 changed files with 8 additions and 8 deletions
|
@ -141,11 +141,6 @@
|
|||
align-items: center;
|
||||
overflow: hidden;
|
||||
|
||||
.empty-state {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
svg {
|
||||
transform-origin: center;
|
||||
}
|
||||
|
@ -168,6 +163,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