Larger popover preview size

This commit is contained in:
Michael Shamoon 2021-03-03 20:49:14 -08:00
parent 31cd32406c
commit 1ff7a89a35

@ -2,8 +2,8 @@
max-width: 40rem;
.preview {
min-width: 25rem;
min-height: 15rem;
min-width: 30rem;
min-height: 18rem;
max-height: 35rem;
overflow-y: scroll;
}