@agent-link/server 0.1.127 → 0.1.129
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/package.json +1 -1
- package/web/index.html +1 -1
- package/web/style.css +3 -2
package/package.json
CHANGED
package/web/index.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content">
|
|
6
6
|
<title>AgentLink</title>
|
|
7
7
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
8
8
|
<link rel="stylesheet" href="/style.css">
|
package/web/style.css
CHANGED
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
|
|
53
53
|
html {
|
|
54
54
|
height: 100%;
|
|
55
|
+
height: 100dvh;
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
body {
|
|
@@ -2854,8 +2855,8 @@ body {
|
|
|
2854
2855
|
top: 0;
|
|
2855
2856
|
left: 0;
|
|
2856
2857
|
bottom: 0;
|
|
2857
|
-
width:
|
|
2858
|
-
max-width:
|
|
2858
|
+
width: 320px;
|
|
2859
|
+
max-width: 90vw;
|
|
2859
2860
|
z-index: 100;
|
|
2860
2861
|
box-shadow: 4px 0 24px rgba(0, 0, 0, 0.5);
|
|
2861
2862
|
}
|