@agent-link/server 0.1.154 → 0.1.155
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/style.css +14 -0
package/package.json
CHANGED
package/web/style.css
CHANGED
|
@@ -138,6 +138,7 @@ body {
|
|
|
138
138
|
justify-content: center;
|
|
139
139
|
width: 32px;
|
|
140
140
|
height: 32px;
|
|
141
|
+
flex-shrink: 0;
|
|
141
142
|
background: none;
|
|
142
143
|
border: 1px solid var(--border);
|
|
143
144
|
border-radius: 8px;
|
|
@@ -4177,6 +4178,19 @@ body {
|
|
|
4177
4178
|
display: none;
|
|
4178
4179
|
}
|
|
4179
4180
|
|
|
4181
|
+
.latency {
|
|
4182
|
+
display: none;
|
|
4183
|
+
}
|
|
4184
|
+
|
|
4185
|
+
.top-bar-info {
|
|
4186
|
+
gap: 0.4rem;
|
|
4187
|
+
}
|
|
4188
|
+
|
|
4189
|
+
.team-mode-btn {
|
|
4190
|
+
padding: 4px 10px;
|
|
4191
|
+
font-size: 0.7rem;
|
|
4192
|
+
}
|
|
4193
|
+
|
|
4180
4194
|
/* Message area */
|
|
4181
4195
|
.message-list {
|
|
4182
4196
|
padding: 0.75rem 0.75rem 0.5rem;
|