1
0

Reduce margin-bottom in animeCat.js

This commit is contained in:
2025-05-26 03:20:25 +02:00
parent 524eaaff4d
commit 2cf7ac9359

View File

@@ -60,7 +60,7 @@ window.AnimeCat = class AnimeCat {
Object.assign(this.bubble.style, {
position: 'relative', // jetzt relativ zur wrapper-Flexbox
marginLeft: '14px',
marginBottom: '12px',
marginBottom: '11px',
padding: '10px 16px',
background: 'white',
border: '1px solid #ccc',