We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211cc1b commit 16c773aCopy full SHA for 16c773a
1 file changed
app/src/components/TemplateCard.vue
@@ -71,19 +71,18 @@ onMounted(async () => {
71
72
.template-card__preview {
73
width: 100%;
74
- aspect-ratio: 16 / 9;
75
background: var(--mp-bg3);
76
overflow: hidden;
77
position: relative;
78
display: flex;
79
- align-items: center;
+ align-items: flex-start;
80
justify-content: center;
81
}
82
83
.template-card__render {
84
zoom: 0.25;
85
pointer-events: none;
86
- transform-origin: center center;
+ transform-origin: top center;
87
88
89
.template-card__placeholder {
0 commit comments