mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
🐛 Fix empty state on viewer
This commit is contained in:
parent
901806e508
commit
e92932b4f9
1 changed files with 10 additions and 0 deletions
|
@ -23,6 +23,15 @@
|
|||
background-color: var(--viewer-background-color);
|
||||
}
|
||||
|
||||
.empty-state {
|
||||
@include titleTipography;
|
||||
color: var(--empty-message-foreground-color);
|
||||
display: grid;
|
||||
place-items: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.viewer-header {
|
||||
grid-row: 1 / span 1;
|
||||
}
|
||||
|
@ -58,6 +67,7 @@
|
|||
flex-flow: wrap;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.inspect-layout .viewer-section {
|
||||
flex-wrap: nowrap;
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Reference in a new issue