zigbee2mqtt-frontend 0.6.14 → 0.6.18
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/dist/index.html +1 -1
- package/dist/{main.1a35446d557bca69f85d.css → main.3d1da3b8dbc50333ee92.css} +1 -18
- package/dist/{main.ef541c020d87776cf17d.js → main.85dbc9933132ae21c5fa.js} +237 -179
- package/dist/scripts/{vendor.14ef1c48142448932c62.js → vendor.ea7989ca51c5d50873f3.js} +3 -3
- package/package.json +1 -1
package/dist/index.html
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<!doctype html><html><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"><title>Zigbee2MQTT</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/><link rel="subresource" href="./css/light.css"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous"/><link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="150x150"><script defer="defer" src="runtime.3296ac9a5caef629c7d6.js"></script><script defer="defer" src="scripts/vendor.
|
1
|
+
<!doctype html><html><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"><title>Zigbee2MQTT</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/><link rel="subresource" href="./css/light.css"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous"/><link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="150x150"><script defer="defer" src="runtime.3296ac9a5caef629c7d6.js"></script><script defer="defer" src="scripts/vendor.ea7989ca51c5d50873f3.js"></script><script defer="defer" src="main.85dbc9933132ae21c5fa.js"></script><link href="scripts/vendor.109be7bda8112bf971cc.css" rel="stylesheet"><link href="main.3d1da3b8dbc50333ee92.css" rel="stylesheet"></head><body><div id="root" class="wrapper"></div></body></html>
|
@@ -214,23 +214,6 @@
|
|
214
214
|
display: none;
|
215
215
|
}
|
216
216
|
|
217
|
-
.bO16jDGshVrIREd2s2UU {
|
218
|
-
padding-top: 0 !important;
|
219
|
-
padding-bottom: 0 !important;
|
220
|
-
/*position: relative;*/
|
221
|
-
min-height: 56px;
|
222
|
-
/*width: 56px;*/
|
223
|
-
}
|
224
|
-
|
225
|
-
.Ng7dnsZ8eihIeA_r3dUK img {
|
226
|
-
max-height: 2em;
|
227
|
-
transition: transform .5s ease;
|
228
|
-
}
|
229
|
-
|
230
|
-
.Ng7dnsZ8eihIeA_r3dUK img:hover {
|
231
|
-
transform: scale(4) translate(5px, 0);
|
232
|
-
z-index: 10;
|
233
|
-
}
|
234
217
|
.U0gl5eYLxFhDOxLEcl6g i{right:0}.U0gl5eYLxFhDOxLEcl6g img{max-height:2em}
|
235
218
|
.Sz_HOVlUGXEGcBgHiQOy span {
|
236
219
|
padding: 0;
|
@@ -251,4 +234,4 @@
|
|
251
234
|
|
252
235
|
|
253
236
|
|
254
|
-
/*# sourceMappingURL=main.
|
237
|
+
/*# sourceMappingURL=main.3d1da3b8dbc50333ee92.css.map*/
|