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