Fix empty state vertical centering in explorer
This commit is contained in:
@@ -62,10 +62,12 @@
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: 1fr;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.explorer-content {
|
||||
grid-area: 1 / 1;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.slide-forward-enter-active,
|
||||
|
||||
Reference in New Issue
Block a user