Attempt to fix pattern view sizing issues

This commit is contained in:
Essem 2023-07-09 12:08:56 -05:00
parent fbfedf6d36
commit e4097c56d6
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C

View file

@ -426,8 +426,8 @@ onDeactivated(() => {
display: grid;
overflow-y: hidden;
height: 0;
padding-top: 25%;
padding-bottom: 25%;
padding-top: calc((56.25% - 48px) / 2);
padding-bottom: calc((56.25% - 48px) / 2);
content-visibility: auto;
> .modRowActive {