1
0

Adjust bubble margin in animeCat.js

This commit is contained in:
2025-05-26 07:39:42 +02:00
parent c28bab2726
commit cdedd3de1e

View File

@@ -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',