konfig
This commit is contained in:
@@ -1 +1 @@
|
||||
1.2.89
|
||||
1.2.90
|
||||
@@ -140,9 +140,10 @@
|
||||
container.style.display = 'flex';
|
||||
container.style.flexDirection = 'column';
|
||||
container.style.gap = '12px';
|
||||
container.style.minWidth = '280px';
|
||||
container.style.maxWidth = '360px';
|
||||
container.style.minWidth = '320px';
|
||||
container.style.maxWidth = '520px';
|
||||
container.style.width = '100%';
|
||||
container.style.boxSizing = 'border-box';
|
||||
|
||||
const label = document.createElement('label');
|
||||
label.textContent = 'Anzahl Zeilen';
|
||||
@@ -151,6 +152,7 @@
|
||||
label.style.display = 'flex';
|
||||
label.style.flexDirection = 'column';
|
||||
label.style.gap = '6px';
|
||||
label.style.width = '100%';
|
||||
|
||||
const input = document.createElement('input');
|
||||
input.type = 'number';
|
||||
@@ -173,6 +175,7 @@
|
||||
colLabel.style.display = 'flex';
|
||||
colLabel.style.flexDirection = 'column';
|
||||
colLabel.style.gap = '6px';
|
||||
colLabel.style.width = '100%';
|
||||
|
||||
const colInput = document.createElement('input');
|
||||
colInput.type = 'number';
|
||||
|
||||
Reference in New Issue
Block a user