@agent-link/server 0.1.41 → 0.1.42
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 +1 -12
package/package.json
CHANGED
package/web/style.css
CHANGED
|
@@ -438,7 +438,7 @@ body {
|
|
|
438
438
|
.message-list {
|
|
439
439
|
flex: 1;
|
|
440
440
|
overflow-y: auto;
|
|
441
|
-
padding: 1.5rem 1.5rem
|
|
441
|
+
padding: 1.5rem 1.5rem 1rem;
|
|
442
442
|
display: flex;
|
|
443
443
|
flex-direction: column;
|
|
444
444
|
gap: 0.25rem;
|
|
@@ -1292,17 +1292,6 @@ body {
|
|
|
1292
1292
|
position: relative;
|
|
1293
1293
|
}
|
|
1294
1294
|
|
|
1295
|
-
.input-area::before {
|
|
1296
|
-
content: '';
|
|
1297
|
-
position: absolute;
|
|
1298
|
-
top: -2rem;
|
|
1299
|
-
left: 0;
|
|
1300
|
-
right: 0;
|
|
1301
|
-
height: 2rem;
|
|
1302
|
-
background: linear-gradient(to top, var(--bg-primary), transparent);
|
|
1303
|
-
pointer-events: none;
|
|
1304
|
-
}
|
|
1305
|
-
|
|
1306
1295
|
.input-card {
|
|
1307
1296
|
max-width: 768px;
|
|
1308
1297
|
margin: 0 auto;
|