🐛 Fix alignment of 'no boards' message in viewer

This commit is contained in:
Eva 2022-09-28 13:15:11 +02:00 committed by Alejandro Alonso
parent 012315f207
commit 745aa17d8a
2 changed files with 8 additions and 8 deletions

View file

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