Attempt to fix pattern view sizing issues
This commit is contained in:
parent
fbfedf6d36
commit
e4097c56d6
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue