iobroker.eos-admin 7.9.27 → 7.9.28

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.
@@ -2449,312 +2449,201 @@ html.eos-app .MuiAppBar-root .MuiToolbar-root img[alt*="user" i] {
2449
2449
  }
2450
2450
 
2451
2451
 
2452
- /* === NexoWatt EOS v27: black logo plate + safe compact navigation =========
2453
- The horizontal rail must never disappear completely. The collapse control is
2454
- used as a two-stage compact toggle and gets its own non-overlapping left slot. */
2452
+ /* === NexoWatt EOS v27: logo contrast, compact nav, EOS Assist ============
2453
+ Der Pfeil ist kein Voll-Schließen mehr: er schaltet nur zwischen normaler
2454
+ und kompakter Navigationsstufe um. Das Logo bekommt einen schwarzen Grund,
2455
+ damit das NexoWatt-Zeichen sauberer und hochwertiger wirkt. */
2455
2456
  html.eos-app .eos-brand-badge {
2456
- grid-template-columns: 78px minmax(172px, 1fr) 12px !important;
2457
- min-width: 332px !important;
2458
- width: 332px !important;
2457
+ grid-template-columns: 78px minmax(170px, 1fr) 12px !important;
2459
2458
  padding-left: 6px !important;
2460
2459
  background:
2461
- radial-gradient(circle at 39px 31px, rgba(0, 255, 136, 0.18), transparent 46px),
2462
- linear-gradient(135deg, rgba(0, 36, 28, 0.86), rgba(2, 9, 20, 0.95) 62%, rgba(0, 0, 0, 0.82)) !important;
2460
+ radial-gradient(circle at 38px 29px, rgba(0, 255, 136, 0.18), transparent 44px),
2461
+ linear-gradient(135deg, rgba(4, 18, 26, 0.98), rgba(0, 7, 12, 0.84) 52%, rgba(0, 32, 26, 0.50)) !important;
2463
2462
  }
2464
2463
 
2465
2464
  html.eos-app .eos-brand-badge-mark {
2466
- width: 66px !important;
2467
- height: 66px !important;
2468
- min-width: 66px !important;
2469
- min-height: 66px !important;
2470
- transform: translateY(-2px) !important;
2471
- border-radius: 23px !important;
2472
2465
  background:
2473
- radial-gradient(circle at 50% 44%, rgba(0, 255, 136, 0.11), rgba(0, 13, 14, 0.86) 47%, rgba(0, 0, 0, 0.98) 100%) !important;
2474
- border: 1px solid rgba(97, 255, 213, 0.70) !important;
2475
- outline: 1px solid rgba(0, 0, 0, 0.82) !important;
2466
+ radial-gradient(circle at 50% 44%, rgba(0, 255, 136, 0.16), rgba(0, 0, 0, 0.96) 58%, #000000 100%) !important;
2467
+ border-color: rgba(126, 255, 216, 0.84) !important;
2476
2468
  box-shadow:
2477
- inset 0 0 0 1px rgba(255, 255, 255, 0.035),
2478
- inset 0 0 28px rgba(0, 255, 136, 0.12),
2479
- 0 0 0 3px rgba(0, 0, 0, 0.42),
2480
- 0 0 22px rgba(0, 255, 136, 0.46),
2481
- 0 0 46px rgba(0, 212, 255, 0.13) !important;
2469
+ inset 0 0 0 1px rgba(255, 255, 255, 0.05),
2470
+ inset 0 0 20px rgba(0, 255, 136, 0.18),
2471
+ 0 0 0 1px rgba(0, 0, 0, 0.55),
2472
+ 0 0 20px rgba(0, 255, 136, 0.62),
2473
+ 0 0 40px rgba(0, 212, 255, 0.20) !important;
2474
+ transform: translateY(-5px) !important;
2482
2475
  }
2483
2476
 
2484
2477
  html.eos-app .eos-brand-badge-logo {
2485
- width: 58px !important;
2486
- height: 58px !important;
2487
- min-width: 58px !important;
2488
- min-height: 58px !important;
2489
- transform: translateY(-1px) !important;
2490
2478
  filter:
2491
- brightness(2.28)
2479
+ brightness(2.35)
2492
2480
  contrast(1.22)
2493
- saturate(1.50)
2494
- drop-shadow(0 0 1px rgba(245, 255, 252, 0.96))
2495
- drop-shadow(0 0 11px rgba(0, 255, 136, 0.86))
2496
- drop-shadow(0 0 23px rgba(0, 212, 255, 0.28)) !important;
2481
+ saturate(1.48)
2482
+ drop-shadow(0 0 1px rgba(255, 255, 255, 0.95))
2483
+ drop-shadow(0 0 11px rgba(0, 255, 136, 0.82))
2484
+ drop-shadow(0 0 22px rgba(0, 212, 255, 0.28)) !important;
2497
2485
  }
2498
2486
 
2499
- /* Dedicated collapse/compact slot: left of the horizontal menu, no overlap with
2500
- the first menu action. The native full-close action is intercepted in JS. */
2487
+ /* Drawer/rail stays visible. The native arrow becomes a compact-mode toggle. */
2501
2488
  html.eos-app .MuiDrawer-paper,
2502
2489
  html.eos-app .eos-drawer {
2503
- position: fixed !important;
2504
- padding-left: 82px !important;
2490
+ transform: none !important;
2491
+ visibility: visible !important;
2492
+ opacity: 1 !important;
2493
+ display: flex !important;
2494
+ padding-left: 86px !important;
2505
2495
  }
2506
2496
 
2507
2497
  html.eos-app .eos-native-drawer-header {
2508
2498
  position: absolute !important;
2509
2499
  left: 12px !important;
2510
2500
  top: 8px !important;
2511
- right: auto !important;
2512
- bottom: auto !important;
2513
2501
  flex: 0 0 58px !important;
2514
2502
  width: 58px !important;
2515
2503
  min-width: 58px !important;
2516
2504
  max-width: 58px !important;
2505
+ height: 56px !important;
2506
+ min-height: 56px !important;
2517
2507
  margin: 0 !important;
2518
2508
  z-index: 4 !important;
2519
- background: linear-gradient(145deg, rgba(0, 255, 136, 0.17), rgba(0, 25, 32, 0.88)) !important;
2520
- border: 1px solid rgba(0, 255, 136, 0.42) !important;
2521
- box-shadow: 0 10px 24px rgba(0, 0, 0, 0.34), inset 0 0 18px rgba(0, 255, 136, 0.10) !important;
2509
+ background: rgba(0, 0, 0, 0.38) !important;
2510
+ border-color: rgba(0, 255, 136, 0.38) !important;
2511
+ box-shadow: inset 0 0 16px rgba(0, 255, 136, 0.10), 0 0 20px rgba(0, 255, 136, 0.10) !important;
2522
2512
  }
2523
2513
 
2524
- html.eos-app .eos-native-drawer-header button,
2525
- html.eos-app .eos-native-drawer-header .MuiIconButton-root,
2526
- html.eos-app .eos-native-drawer-header [role="button"] {
2514
+ html.eos-app .eos-native-drawer-header > div:first-child {
2515
+ width: 58px !important;
2516
+ min-width: 58px !important;
2517
+ max-width: 58px !important;
2518
+ padding: 4px 6px !important;
2519
+ }
2520
+
2521
+ html.eos-app .eos-native-drawer-header button.eos-nav-compact-toggle,
2522
+ html.eos-app .eos-native-drawer-header .eos-nav-compact-toggle {
2527
2523
  width: 46px !important;
2528
2524
  height: 46px !important;
2529
2525
  min-width: 46px !important;
2530
2526
  min-height: 46px !important;
2531
2527
  border-radius: 16px !important;
2532
- background: rgba(0, 0, 0, 0.28) !important;
2533
- border: 1px solid rgba(0, 255, 136, 0.24) !important;
2534
- }
2535
-
2536
- html.eos-app .eos-native-drawer-header button::after,
2537
- html.eos-app .eos-native-drawer-header .MuiIconButton-root::after,
2538
- html.eos-app .eos-native-drawer-header [role="button"]::after {
2539
- content: 'kompakt';
2540
- position: absolute;
2541
- left: 50%;
2542
- bottom: -13px;
2543
- transform: translateX(-50%);
2544
- font-size: 7px;
2545
- font-weight: 800;
2546
- line-height: 1;
2547
- letter-spacing: .06em;
2548
- text-transform: uppercase;
2549
- color: rgba(208, 255, 239, .62);
2550
- pointer-events: none;
2528
+ background:
2529
+ radial-gradient(circle at 50% 50%, rgba(0, 255, 136, 0.18), rgba(0, 0, 0, 0.72)) !important;
2530
+ border: 1px solid rgba(0, 255, 136, 0.44) !important;
2531
+ box-shadow: 0 0 16px rgba(0, 255, 136, 0.18) !important;
2551
2532
  }
2552
2533
 
2553
- html.eos-nav-compact .eos-native-drawer-header button::after,
2554
- html.eos-nav-compact .eos-native-drawer-header .MuiIconButton-root::after,
2555
- html.eos-nav-compact .eos-native-drawer-header [role="button"]::after {
2556
- content: 'menü';
2534
+ html.eos-app.eos-nav-compact .eos-native-drawer-header .eos-nav-compact-toggle svg,
2535
+ html.eos-app.eos-nav-compact .eos-native-drawer-header button.eos-nav-compact-toggle svg {
2536
+ transform: rotate(180deg) !important;
2557
2537
  }
2558
2538
 
2559
2539
  html.eos-app .eos-scroll-nav,
2560
2540
  html.eos-app .MuiDrawer-paper .MuiList-root {
2561
2541
  margin-left: 0 !important;
2562
- padding-left: 0 !important;
2563
2542
  }
2564
2543
 
2565
- /* Stronger removal of the native logout tile in the horizontal rail. */
2566
- html.eos-app .eos-hidden-logout,
2567
- html.eos-app .eos-hidden-logout *,
2568
- html.eos-app .MuiDrawer-paper a[href*="logout"],
2569
- html.eos-app .MuiDrawer-paper button[aria-label*="logout" i],
2570
- html.eos-app .MuiDrawer-paper button[aria-label*="abmelden" i] {
2571
- display: none !important;
2572
- visibility: hidden !important;
2573
- opacity: 0 !important;
2574
- pointer-events: none !important;
2575
- }
2576
-
2577
- /* Compact mode keeps the rail visible but reduces the menu to icon buttons. */
2578
- html.eos-nav-compact.eos-app .MuiDrawer-paper,
2579
- html.eos-nav-compact.eos-app .eos-drawer {
2580
- height: 66px !important;
2581
- min-height: 66px !important;
2582
- max-height: 66px !important;
2583
- padding-top: 6px !important;
2584
- padding-bottom: 6px !important;
2585
- padding-left: 78px !important;
2586
- }
2587
-
2588
- html.eos-nav-compact.eos-app .eos-native-drawer-header {
2589
- top: 6px !important;
2590
- width: 54px !important;
2591
- min-width: 54px !important;
2592
- max-width: 54px !important;
2593
- height: 52px !important;
2594
- min-height: 52px !important;
2595
- }
2596
-
2597
- html.eos-nav-compact.eos-app .eos-native-drawer-header button,
2598
- html.eos-nav-compact.eos-app .eos-native-drawer-header .MuiIconButton-root,
2599
- html.eos-nav-compact.eos-app .eos-native-drawer-header [role="button"] {
2600
- width: 42px !important;
2601
- height: 42px !important;
2602
- min-width: 42px !important;
2603
- min-height: 42px !important;
2604
- }
2605
-
2606
- html.eos-nav-compact.eos-app .MuiDrawer-paper .MuiListItemButton-root,
2607
- html.eos-nav-compact.eos-app .MuiDrawer-paper .MuiButtonBase-root.MuiListItemButton-root {
2608
- width: 54px !important;
2609
- min-width: 54px !important;
2610
- max-width: 54px !important;
2611
- height: 50px !important;
2612
- min-height: 50px !important;
2544
+ html.eos-app.eos-nav-compact .MuiDrawer-paper .MuiListItemButton-root,
2545
+ html.eos-app.eos-nav-compact .MuiDrawer-paper .MuiButtonBase-root.MuiListItemButton-root {
2546
+ width: 58px !important;
2547
+ min-width: 58px !important;
2548
+ max-width: 58px !important;
2613
2549
  padding: 0 !important;
2614
2550
  justify-content: center !important;
2615
2551
  gap: 0 !important;
2616
2552
  }
2617
2553
 
2618
- html.eos-nav-compact.eos-app .MuiDrawer-paper .MuiListItemIcon-root {
2619
- min-width: 0 !important;
2620
- margin: 0 !important;
2621
- display: inline-flex !important;
2622
- justify-content: center !important;
2623
- }
2624
-
2625
- html.eos-nav-compact.eos-app .MuiDrawer-paper .MuiListItemText-root,
2626
- html.eos-nav-compact.eos-app .MuiDrawer-paper .MuiListItemButton-root .MuiTypography-root,
2627
- html.eos-nav-compact.eos-app .MuiDrawer-paper .MuiListItemButton-root span:not(.MuiBadge-badge) {
2554
+ html.eos-app.eos-nav-compact .MuiDrawer-paper .MuiListItemText-root,
2555
+ html.eos-app.eos-nav-compact .MuiDrawer-paper .MuiListItemButton-root .MuiTypography-root,
2556
+ html.eos-app.eos-nav-compact .MuiDrawer-paper .MuiButtonBase-root.MuiListItemButton-root .MuiTypography-root {
2557
+ display: none !important;
2628
2558
  max-width: 0 !important;
2629
- width: 0 !important;
2630
- min-width: 0 !important;
2631
2559
  opacity: 0 !important;
2632
2560
  overflow: hidden !important;
2561
+ }
2562
+
2563
+ html.eos-app.eos-nav-compact .MuiDrawer-paper .MuiListItemIcon-root {
2564
+ min-width: 0 !important;
2633
2565
  margin: 0 !important;
2634
- padding: 0 !important;
2635
2566
  }
2636
2567
 
2637
- html.eos-nav-compact.eos-app #app-paper,
2638
- html.eos-nav-compact.eos-app main,
2639
- html.eos-nav-compact.eos-app .MuiContainer-root {
2640
- /* content keeps its normal vertical rhythm; the rail is still present */
2568
+ html.eos-app.eos-nav-compact .MuiDrawer-paper .MuiBadge-root .MuiBadge-badge {
2569
+ transform: scale(0.88) translate(42%, -42%) !important;
2641
2570
  }
2642
2571
 
2643
- @media (max-width: 1220px) {
2644
- html.eos-app .eos-brand-badge {
2645
- min-width: 88px !important;
2646
- width: 88px !important;
2647
- padding-left: 7px !important;
2648
- }
2649
- html.eos-app .eos-brand-badge-mark {
2650
- background: radial-gradient(circle at 50% 44%, rgba(0, 255, 136, 0.10), rgba(0, 0, 0, 0.98) 70%) !important;
2651
- }
2652
- html.eos-app .MuiDrawer-paper,
2653
- html.eos-app .eos-drawer {
2654
- padding-left: 74px !important;
2655
- }
2656
- html.eos-app .eos-native-drawer-header {
2657
- left: 9px !important;
2658
- }
2572
+ /* EOS Assist: leichte Bedienhilfe als Vorbereitung für eine spätere echte KI. */
2573
+ .eos-assist-root {
2574
+ position: fixed !important;
2575
+ right: 26px !important;
2576
+ bottom: 24px !important;
2577
+ z-index: 1700 !important;
2578
+ font-family: inherit !important;
2659
2579
  }
2660
2580
 
2661
- /* === NexoWatt EOS v27: local setup assistant ============================== */
2662
- .eos-assist-launcher {
2663
- position: fixed;
2664
- right: 24px;
2665
- bottom: 24px;
2666
- z-index: 1900;
2667
- height: 54px;
2668
- min-width: 54px;
2669
- border: 1px solid rgba(0, 255, 136, .55);
2670
- border-radius: 18px;
2671
- background: linear-gradient(135deg, #00ff88, #00d4ff);
2672
- color: #02101d;
2673
- font-weight: 950;
2674
- letter-spacing: .02em;
2675
- box-shadow: 0 16px 34px rgba(0,0,0,.42), 0 0 26px rgba(0,255,136,.28);
2676
- cursor: pointer;
2677
- display: inline-flex;
2678
- align-items: center;
2679
- gap: 9px;
2680
- padding: 0 16px;
2581
+ .eos-assist-button {
2582
+ display: grid !important;
2583
+ grid-template-columns: 12px auto !important;
2584
+ grid-template-rows: auto auto !important;
2585
+ column-gap: 8px !important;
2586
+ align-items: center !important;
2587
+ min-width: 156px !important;
2588
+ padding: 10px 14px !important;
2589
+ border-radius: 18px !important;
2590
+ border: 1px solid rgba(0, 255, 136, 0.44) !important;
2591
+ background: linear-gradient(135deg, rgba(0, 255, 136, 0.19), rgba(0, 212, 255, 0.10) 62%, rgba(0, 0, 0, 0.64)) !important;
2592
+ color: #f3fffb !important;
2593
+ box-shadow: 0 14px 32px rgba(0, 0, 0, 0.38), 0 0 24px rgba(0, 255, 136, 0.18) !important;
2594
+ cursor: pointer !important;
2681
2595
  }
2682
2596
 
2683
- .eos-assist-launcher span:first-child { font-size: 21px; }
2597
+ .eos-assist-button strong { grid-column: 2; font-weight: 900; font-size: 13px; line-height: 1; }
2598
+ .eos-assist-button small { grid-column: 2; color: rgba(226, 255, 247, .72); font-size: 10px; line-height: 1.1; }
2599
+ .eos-assist-dot { grid-row: 1 / span 2; width: 10px; height: 10px; border-radius: 999px; background: #16ff98; box-shadow: 0 0 12px rgba(0, 255, 136, .9); }
2684
2600
 
2685
2601
  .eos-assist-panel {
2686
- position: fixed;
2687
- right: 24px;
2688
- bottom: 88px;
2689
- z-index: 1901;
2690
- width: min(430px, calc(100vw - 32px));
2691
- max-height: min(720px, calc(100vh - 116px));
2692
- display: none;
2693
- flex-direction: column;
2694
- border-radius: 24px;
2695
- overflow: hidden;
2696
- border: 1px solid rgba(0,255,136,.42);
2602
+ position: absolute !important;
2603
+ right: 0 !important;
2604
+ bottom: calc(100% + 12px) !important;
2605
+ width: min(420px, calc(100vw - 36px)) !important;
2606
+ padding: 16px !important;
2607
+ border-radius: 22px !important;
2608
+ border: 1px solid rgba(0, 255, 136, 0.32) !important;
2697
2609
  background:
2698
- radial-gradient(circle at 18% 0%, rgba(0,255,136,.16), transparent 38%),
2699
- linear-gradient(180deg, rgba(8, 30, 45, .98), rgba(2, 9, 20, .98));
2700
- box-shadow: 0 26px 72px rgba(0,0,0,.58), 0 0 34px rgba(0,255,136,.14);
2701
- color: var(--eos-text);
2610
+ radial-gradient(circle at 18% 0%, rgba(0, 255, 136, .12), transparent 44%),
2611
+ linear-gradient(180deg, rgba(8, 29, 44, 0.98), rgba(2, 9, 20, 0.98)) !important;
2612
+ color: #f3fffb !important;
2613
+ box-shadow: 0 24px 60px rgba(0,0,0,.52), 0 0 26px rgba(0,255,136,.13) !important;
2614
+ opacity: 0 !important;
2615
+ pointer-events: none !important;
2616
+ transform: translateY(10px) scale(.98) !important;
2617
+ transition: opacity .16s ease, transform .16s ease !important;
2702
2618
  }
2703
2619
 
2704
- .eos-assist-open .eos-assist-panel { display: flex; }
2705
-
2706
- .eos-assist-head {
2707
- display: grid;
2708
- grid-template-columns: 48px 1fr 40px;
2709
- gap: 12px;
2710
- align-items: center;
2711
- padding: 16px;
2712
- border-bottom: 1px solid rgba(0,255,136,.22);
2713
- background: rgba(0,0,0,.22);
2620
+ .eos-assist-root.eos-assist-open .eos-assist-panel {
2621
+ opacity: 1 !important;
2622
+ pointer-events: auto !important;
2623
+ transform: translateY(0) scale(1) !important;
2714
2624
  }
2715
2625
 
2716
- .eos-assist-logo {
2717
- width: 48px;
2718
- height: 48px;
2719
- border-radius: 16px;
2720
- display: grid;
2721
- place-items: center;
2722
- background: #000;
2723
- border: 1px solid rgba(111,255,215,.62);
2724
- box-shadow: inset 0 0 18px rgba(0,255,136,.12), 0 0 18px rgba(0,255,136,.24);
2725
- }
2726
- .eos-assist-logo img { width: 42px; height: 42px; object-fit: contain; filter: brightness(1.9) saturate(1.35) drop-shadow(0 0 8px rgba(0,255,136,.65)); }
2727
-
2728
- .eos-assist-head strong { display:block; font-size: 16px; font-weight: 950; }
2729
- .eos-assist-head small { display:block; margin-top: 3px; color: rgba(226,246,255,.70); font-weight: 700; letter-spacing: .03em; }
2730
- .eos-assist-close { border:0; background: rgba(255,255,255,.06); color: #fff; border-radius: 14px; height: 40px; cursor:pointer; font-size:20px; }
2731
-
2732
- .eos-assist-body { padding: 15px; overflow: auto; display:flex; flex-direction:column; gap: 12px; }
2733
- .eos-assist-card { border-radius: 18px; border: 1px solid rgba(123,204,255,.16); background: rgba(3,15,26,.70); padding: 13px; }
2734
- .eos-assist-card strong { color: #efffff; }
2735
- .eos-assist-card p { margin: 7px 0 0; color: rgba(226,246,255,.76); line-height: 1.42; }
2736
- .eos-assist-actions { display:grid; grid-template-columns: 1fr 1fr; gap: 8px; }
2737
- .eos-assist-actions button,
2738
- .eos-assist-send {
2739
- border: 1px solid rgba(0,255,136,.30);
2740
- background: rgba(0,255,136,.09);
2741
- color: #eefcff;
2742
- border-radius: 13px;
2743
- min-height: 38px;
2744
- font-weight: 800;
2745
- cursor: pointer;
2746
- }
2747
- .eos-assist-actions button:hover,
2748
- .eos-assist-send:hover { background: rgba(0,255,136,.16); }
2749
- .eos-assist-input-row { display:grid; grid-template-columns: 1fr 84px; gap: 8px; }
2750
- .eos-assist-input { min-height: 40px; border-radius: 14px; border: 1px solid rgba(123,204,255,.22); background: rgba(2,9,20,.78); color: #fff; padding: 0 12px; outline: none; }
2751
- .eos-assist-answer { white-space: pre-line; font-size: 13px; line-height: 1.45; color: rgba(237,251,255,.90); }
2752
- .eos-assist-answer ul { margin: 8px 0 0 18px; padding: 0; }
2753
- .eos-assist-answer li { margin: 4px 0; }
2754
- .eos-assist-foot { color: rgba(226,246,255,.55); font-size: 11px; padding-top: 2px; }
2755
-
2756
- @media (max-width: 760px) {
2757
- .eos-assist-launcher { right: 14px; bottom: 14px; padding: 0 12px; }
2758
- .eos-assist-panel { right: 14px; bottom: 78px; }
2759
- .eos-assist-actions { grid-template-columns: 1fr; }
2626
+ .eos-assist-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
2627
+ .eos-assist-head strong { display: block; font-size: 16px; font-weight: 950; margin-bottom: 5px; }
2628
+ .eos-assist-head span { display: block; color: rgba(226, 245, 255, .76); font-size: 12px; line-height: 1.35; }
2629
+ .eos-assist-close { width: 32px; height: 32px; border-radius: 12px; border: 1px solid rgba(0,255,136,.26); background: rgba(0,0,0,.34); color: #fff; cursor: pointer; }
2630
+ .eos-assist-steps { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 13px; }
2631
+ .eos-assist-steps span { padding: 5px 9px; border-radius: 999px; background: rgba(0,255,136,.10); border: 1px solid rgba(0,255,136,.18); color: rgba(237,255,250,.90); font-size: 11px; font-weight: 750; }
2632
+ .eos-assist-input-label { display: block; color: rgba(226,245,255,.78); font-size: 11px; margin: 0 0 6px; font-weight: 750; }
2633
+ .eos-assist-input-row { display: flex; gap: 8px; }
2634
+ .eos-assist-input { flex: 1; min-width: 0; border-radius: 14px; border: 1px solid rgba(98,190,255,.28); background: rgba(0,7,13,.62); color: #f3fffb; padding: 10px 12px; outline: none; }
2635
+ .eos-assist-send { border: 0; border-radius: 14px; padding: 0 13px; background: linear-gradient(135deg, #00ff88, #00d4ff); color: #001019; font-weight: 900; cursor: pointer; }
2636
+ .eos-assist-answer { margin-top: 12px; padding: 12px 13px; border-radius: 16px; border: 1px solid rgba(0,212,255,.20); background: rgba(0,0,0,.28); color: rgba(238,255,250,.90); font-size: 12px; line-height: 1.42; }
2637
+
2638
+ @media (max-width: 720px) {
2639
+ html.eos-app .MuiDrawer-paper,
2640
+ html.eos-app .eos-drawer { padding-left: 68px !important; }
2641
+ html.eos-app .eos-native-drawer-header { left: 8px !important; width: 50px !important; min-width: 50px !important; max-width: 50px !important; }
2642
+ html.eos-app .eos-native-drawer-header > div:first-child { width: 50px !important; min-width: 50px !important; max-width: 50px !important; }
2643
+ html.eos-app .eos-native-drawer-header button.eos-nav-compact-toggle,
2644
+ html.eos-app .eos-native-drawer-header .eos-nav-compact-toggle { width: 40px !important; height: 40px !important; min-width: 40px !important; min-height: 40px !important; }
2645
+ .eos-assist-root { right: 14px !important; bottom: 16px !important; }
2646
+ .eos-assist-button { min-width: 54px !important; width: 54px !important; height: 54px !important; border-radius: 18px !important; grid-template-columns: 1fr !important; padding: 0 !important; place-items: center !important; }
2647
+ .eos-assist-button strong, .eos-assist-button small { display: none !important; }
2648
+ .eos-assist-dot { grid-column: 1; grid-row: 1; width: 14px; height: 14px; }
2760
2649
  }
@@ -31,7 +31,7 @@
31
31
  rel="stylesheet"
32
32
  href="css/leaflet.css"
33
33
  />
34
- <link rel="stylesheet" href="./css/eos-branding.css?v=27" />
34
+ <link rel="stylesheet" href="./css/eos-branding.css?v=28" />
35
35
  <link
36
36
  rel="manifest"
37
37
  href="manifest.json"
@@ -154,9 +154,9 @@
154
154
  <script type="module" crossorigin src="./assets/index-CQZugZ1z.js"></script>
155
155
  <link rel="modulepreload" crossorigin href="./assets/preload-helper-BDBacUwf.js">
156
156
  <link rel="modulepreload" crossorigin href="./assets/iobroker_admin__mf_v__runtimeInit__mf_v__-g2X2zhAf.js">
157
- <script defer src="./js/eos-branding.js?v=27"></script>
158
- <script defer src="./js/eos-security-ui.js?v=27"></script>
159
- <script defer src="./js/eos-assistant.js?v=27"></script>
157
+ <script defer src="./js/eos-branding.js?v=28"></script>
158
+ <script defer src="./js/eos-security-ui.js?v=28"></script>
159
+ <script defer src="./js/eos-assistant.js?v=28"></script>
160
160
  </head>
161
161
  <body>
162
162
  <noscript>You need to enable JavaScript to run this app.</noscript>