From 91554e5925383b8f0e27dfc812aa5f6d52ec6fd8 Mon Sep 17 00:00:00 2001 From: STEINNI Date: Thu, 16 Oct 2025 20:43:23 +0000 Subject: [PATCH] css --- app/views/editors/KeyframeView.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/editors/KeyframeView.html b/app/views/editors/KeyframeView.html index 7ffa99f..6565a4a 100644 --- a/app/views/editors/KeyframeView.html +++ b/app/views/editors/KeyframeView.html @@ -10,7 +10,7 @@ } .kf-editor > article, .kf-editor > article header{ border-color: #473; } .kf-editor article.agent-preview header { padding:0; } - .kf-editor article.agent-preview canvas{ width:100%; height:100%; } + .kf-editor article.agent-preview canvas{ width:100%; aspect-ratio: 1 / 1;}