iobroker.telegram-menu 2.2.1 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/admin/build/index.js +126 -118
- package/admin/build/index.js.map +4 -4
- package/admin/css/style.css +13 -13
- package/admin/package-lock.json +9079 -0
- package/admin/package.json +11 -35
- package/build/lib/utilities.js +1 -1
- package/build/lib/utilities.js.map +2 -2
- package/build/main.js +7 -1
- package/build/main.js.map +2 -2
- package/io-package.json +15 -15
- package/package.json +9 -19
package/admin/css/style.css
CHANGED
|
@@ -340,13 +340,17 @@ p.inUse {
|
|
|
340
340
|
color: var(--text-primary);
|
|
341
341
|
}
|
|
342
342
|
|
|
343
|
-
.
|
|
343
|
+
.telegram__users-container {
|
|
344
344
|
display: flex;
|
|
345
345
|
margin-right: 0.5rem;
|
|
346
346
|
margin-left: 0.25rem
|
|
347
347
|
}
|
|
348
|
+
.telegramm__users-active-group{
|
|
349
|
+
margin-top:0.5rem;
|
|
350
|
+
padding-top: 0.5rem;
|
|
351
|
+
}
|
|
348
352
|
|
|
349
|
-
.
|
|
353
|
+
.telegram__user-cards {
|
|
350
354
|
width: 100%;
|
|
351
355
|
margin-bottom: 0.25rem;
|
|
352
356
|
display: flex;
|
|
@@ -354,24 +358,21 @@ p.inUse {
|
|
|
354
358
|
justify-content: space-between;
|
|
355
359
|
}
|
|
356
360
|
|
|
357
|
-
.
|
|
361
|
+
.telegram__user-cards p {
|
|
358
362
|
margin-bottom: 0;
|
|
359
363
|
margin-top: 0;
|
|
360
364
|
}
|
|
361
365
|
|
|
362
|
-
.
|
|
366
|
+
.telegramm__user-content {
|
|
363
367
|
padding: 0.25rem 0.5rem;
|
|
364
368
|
border: 1px solid var(--border-primary);
|
|
365
369
|
width: auto;
|
|
366
370
|
display: inline-block;
|
|
367
371
|
margin-right: 0.5rem !important;
|
|
372
|
+
margin-top: 0.5rem !important;
|
|
368
373
|
color: var(--text-primary)
|
|
369
374
|
}
|
|
370
375
|
|
|
371
|
-
.telegramm__userCard-content p {
|
|
372
|
-
margin: 0;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
376
|
.telegram__users_description {
|
|
376
377
|
font-size: 0.70rem !important;
|
|
377
378
|
margin-left: 0;
|
|
@@ -379,15 +380,14 @@ p.inUse {
|
|
|
379
380
|
margin-top: 0;
|
|
380
381
|
}
|
|
381
382
|
|
|
382
|
-
.telegram__user {
|
|
383
|
-
margin-top: 5px;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
383
|
.telegram__user-name {
|
|
387
384
|
display: inline !important;
|
|
388
385
|
}
|
|
386
|
+
.telegram__user-checkbox{
|
|
387
|
+
margin-top: 0.5rem !important;
|
|
388
|
+
}
|
|
389
389
|
|
|
390
|
-
.
|
|
390
|
+
.telegram__user-chat-id {
|
|
391
391
|
font-size: 0.7rem;
|
|
392
392
|
}
|
|
393
393
|
|