9remote 2.0.82 → 2.1.1
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.
|
@@ -1179,6 +1179,9 @@ button {
|
|
|
1179
1179
|
.h-2{
|
|
1180
1180
|
height: 0.5rem;
|
|
1181
1181
|
}
|
|
1182
|
+
.h-3{
|
|
1183
|
+
height: 0.75rem;
|
|
1184
|
+
}
|
|
1182
1185
|
.h-32{
|
|
1183
1186
|
height: 8rem;
|
|
1184
1187
|
}
|
|
@@ -1610,6 +1613,9 @@ button {
|
|
|
1610
1613
|
.border-0{
|
|
1611
1614
|
border-width: 0px;
|
|
1612
1615
|
}
|
|
1616
|
+
.border-2{
|
|
1617
|
+
border-width: 2px;
|
|
1618
|
+
}
|
|
1613
1619
|
.border-b{
|
|
1614
1620
|
border-bottom-width: 1px;
|
|
1615
1621
|
}
|
|
@@ -2340,8 +2346,8 @@ button {
|
|
|
2340
2346
|
content: "";
|
|
2341
2347
|
position: absolute;
|
|
2342
2348
|
inset: 0;
|
|
2343
|
-
border:
|
|
2344
|
-
box-shadow: 0 0
|
|
2349
|
+
border: 2px solid #22c55e;
|
|
2350
|
+
box-shadow: 0 0 8px rgba(34, 197, 94, 0.7);
|
|
2345
2351
|
pointer-events: none;
|
|
2346
2352
|
z-index: 2;
|
|
2347
2353
|
}
|
package/dist/ui/index.html
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
const savedTheme = localStorage.getItem("9remote-theme") || "dark";
|
|
15
15
|
document.documentElement.setAttribute("data-theme", savedTheme);
|
|
16
16
|
</script>
|
|
17
|
-
<script type="module" crossorigin src="/assets/index-
|
|
18
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
17
|
+
<script type="module" crossorigin src="/assets/index-DTJQKaOM.js"></script>
|
|
18
|
+
<link rel="stylesheet" crossorigin href="/assets/index-DxFTXB_J.css">
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|