From d5f193d33c8b63a3ca27c502e4f0d0208cb0c3f3 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 03:19:13 +0200 Subject: [PATCH] auto-git: [change] animeCat.js --- animeCat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/animeCat.js b/animeCat.js index 14438ae..db32552 100644 --- a/animeCat.js +++ b/animeCat.js @@ -60,11 +60,11 @@ window.AnimeCat = class AnimeCat { Object.assign(this.bubble.style, { position: 'relative', // jetzt relativ zur wrapper-Flexbox marginLeft: '14px', - marginBottom: '20px', + marginBottom: '10px', padding: '10px 16px', background: 'white', border: '1px solid #ccc', - borderRadius: '16px 16px 16px 0', + borderRadius: '16px 16px 16px 16', boxShadow: '0 2px 8px rgba(0,0,0,0.18)', opacity: '0', transition: 'opacity 0.3s',