From 524eaaff4d9219980966a7a42eb2e6563abe6406 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 03:20:20 +0200 Subject: [PATCH] Adjust margin-bottom in animeCat.js --- animeCat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animeCat.js b/animeCat.js index 37a72cb..09fdfd8 100644 --- a/animeCat.js +++ b/animeCat.js @@ -60,7 +60,7 @@ window.AnimeCat = class AnimeCat { Object.assign(this.bubble.style, { position: 'relative', // jetzt relativ zur wrapper-Flexbox marginLeft: '14px', - marginBottom: '10px', + marginBottom: '12px', padding: '10px 16px', background: 'white', border: '1px solid #ccc',