From cdedd3de1e01d740b6c4e1bbcaeb86c69b2590ea Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 07:39:42 +0200 Subject: [PATCH] Adjust bubble margin in animeCat.js --- animeCat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/animeCat.js b/animeCat.js index 1f671b3..e2bbdb5 100644 --- a/animeCat.js +++ b/animeCat.js @@ -99,8 +99,8 @@ window.AnimeCat = class AnimeCat { this.bubble = document.createElement('div'); Object.assign(this.bubble.style, { position: 'relative', - marginLeft: '12px', - marginBottom: '16px', + marginLeft: '4px', // vorher 14px + marginBottom: '1px', // vorher 11px padding: '10px 16px', background: 'white', border: '1px solid #ccc',