Larger popover preview size

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

View File

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