Adjust bubble margin in animeCat.js
This commit is contained in:
@@ -99,8 +99,8 @@ window.AnimeCat = class AnimeCat {
|
|||||||
this.bubble = document.createElement('div');
|
this.bubble = document.createElement('div');
|
||||||
Object.assign(this.bubble.style, {
|
Object.assign(this.bubble.style, {
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
marginLeft: '12px',
|
marginLeft: '4px', // vorher 14px
|
||||||
marginBottom: '16px',
|
marginBottom: '1px', // vorher 11px
|
||||||
padding: '10px 16px',
|
padding: '10px 16px',
|
||||||
background: 'white',
|
background: 'white',
|
||||||
border: '1px solid #ccc',
|
border: '1px solid #ccc',
|
||||||
|
|||||||
Reference in New Issue
Block a user