clay-server 2.24.0 → 2.24.1-beta.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.
@@ -2249,6 +2249,15 @@ body.wide-view .dm-bubble-avatar {
2249
2249
  .dm-bubble-content {
2250
2250
  width: 100%;
2251
2251
  }
2252
+ .msg-user .dm-bubble-content {
2253
+ display: flex;
2254
+ flex-direction: column;
2255
+ align-items: flex-end;
2256
+ }
2257
+ body.mate-dm-active .msg-user .dm-bubble-content,
2258
+ body.wide-view .msg-user .dm-bubble-content {
2259
+ align-items: flex-start;
2260
+ }
2252
2261
  .dm-bubble-header {
2253
2262
  display: none;
2254
2263
  align-items: baseline;
@@ -1800,6 +1800,11 @@ body.wide-view .msg-user .bubble {
1800
1800
  word-wrap: break-word;
1801
1801
  }
1802
1802
  body.wide-view .msg-user .msg-actions {
1803
+ align-self: flex-start;
1804
+ margin-left: auto;
1805
+ padding-top: 0;
1806
+ }
1807
+ body.wide-view .msg-user .msg-actions .msg-action-time {
1803
1808
  display: none;
1804
1809
  }
1805
1810
 
@@ -1846,7 +1851,8 @@ body.wide-view .turn-meta {
1846
1851
  white-space: revert;
1847
1852
  word-wrap: revert;
1848
1853
  }
1849
- body.wide-view .msg-user .msg-actions { display: revert; }
1854
+ body.wide-view .msg-user .msg-actions { align-self: revert; margin-left: revert; padding-top: revert; }
1855
+ body.wide-view .msg-user .msg-actions .msg-action-time { display: revert; }
1850
1856
  body.wide-view .msg-assistant .md-content {
1851
1857
  background: revert;
1852
1858
  border-radius: revert;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clay-server",
3
- "version": "2.24.0",
3
+ "version": "2.24.1-beta.1",
4
4
  "description": "Self-hosted Claude Code in your browser. Multi-session, multi-user, push notifications.",
5
5
  "bin": {
6
6
  "clay-server": "./bin/cli.js",