mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 21:09:00 -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);
|
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 {
|
.viewer-header {
|
||||||
grid-row: 1 / span 1;
|
grid-row: 1 / span 1;
|
||||||
}
|
}
|
||||||
|
@ -58,6 +67,7 @@
|
||||||
flex-flow: wrap;
|
flex-flow: wrap;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inspect-layout .viewer-section {
|
.inspect-layout .viewer-section {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue