1
0

Adjust margin-bottom in animeCat.js

This commit is contained in:
2025-05-26 03:20:20 +02:00
parent 14a3c3c278
commit 524eaaff4d

View File

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