0
Fork 0
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:
Eva 2024-01-24 12:24:20 +01:00 committed by Andrey Antukh
parent 901806e508
commit e92932b4f9

View file

@ -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;