fix: refine A2UI status HUD styling
This commit is contained in:
@@ -88,6 +88,7 @@
|
|||||||
- macOS menu: device rows now pack platform/version on the first line, and command lists wrap in submenus.
|
- macOS menu: device rows now pack platform/version on the first line, and command lists wrap in submenus.
|
||||||
- macOS menu: split device platform/version across first and second rows for better fit.
|
- macOS menu: split device platform/version across first and second rows for better fit.
|
||||||
- macOS Canvas: show remote control status in the debug overlay and log A2UI auto-nav decisions.
|
- macOS Canvas: show remote control status in the debug overlay and log A2UI auto-nav decisions.
|
||||||
|
- Canvas A2UI: polish the debug status HUD styling.
|
||||||
- iOS node: fix ReplayKit screen recording crash caused by queue isolation assertions during capture.
|
- iOS node: fix ReplayKit screen recording crash caused by queue isolation assertions during capture.
|
||||||
- iOS Talk Mode: avoid audio tap queue assertions when starting recognition.
|
- iOS Talk Mode: avoid audio tap queue assertions when starting recognition.
|
||||||
- macOS: use $HOME/Library/pnpm for SSH PATH exports (thanks @mbelinky).
|
- macOS: use $HOME/Library/pnpm for SSH PATH exports (thanks @mbelinky).
|
||||||
|
|||||||
@@ -123,25 +123,29 @@
|
|||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
#clawdis-status .card {
|
#clawdis-status .card {
|
||||||
text-align: center;
|
width: min(560px, 88vw);
|
||||||
padding: 16px 18px;
|
text-align: left;
|
||||||
border-radius: 14px;
|
padding: 14px 16px 12px;
|
||||||
background: rgba(18, 18, 22, 0.42);
|
border-radius: 16px;
|
||||||
border: 1px solid rgba(255,255,255,0.08);
|
background:
|
||||||
box-shadow: 0 18px 60px rgba(0,0,0,0.55);
|
linear-gradient(140deg, rgba(23, 24, 35, 0.78), rgba(18, 19, 28, 0.55));
|
||||||
-webkit-backdrop-filter: blur(14px);
|
border: 1px solid rgba(255,255,255,0.12);
|
||||||
backdrop-filter: blur(14px);
|
box-shadow: 0 16px 46px rgba(0,0,0,0.52), inset 0 1px 0 rgba(255,255,255,0.06);
|
||||||
|
-webkit-backdrop-filter: blur(18px) saturate(140%);
|
||||||
|
backdrop-filter: blur(18px) saturate(140%);
|
||||||
}
|
}
|
||||||
#clawdis-status .title {
|
#clawdis-status .title {
|
||||||
font: 600 20px -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, sans-serif;
|
font: 600 12px/1.2 -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.45px;
|
||||||
color: rgba(255,255,255,0.92);
|
text-transform: uppercase;
|
||||||
text-shadow: 0 0 22px rgba(42, 113, 255, 0.35);
|
color: rgba(255,255,255,0.7);
|
||||||
}
|
}
|
||||||
#clawdis-status .subtitle {
|
#clawdis-status .subtitle {
|
||||||
margin-top: 6px;
|
margin-top: 8px;
|
||||||
font: 500 12px -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
|
font: 500 13px/1.45 -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
|
||||||
color: rgba(255,255,255,0.58);
|
color: rgba(255,255,255,0.9);
|
||||||
|
white-space: pre-wrap;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
clawdis-a2ui-host {
|
clawdis-a2ui-host {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user