fix: make android canvas background visible

This commit is contained in:
Peter Steinberger
2025-12-30 04:02:52 +01:00
parent 2e040ee07a
commit c5d5c9fcb5
2 changed files with 14 additions and 0 deletions

View File

@@ -101,6 +101,13 @@
touch-action: none;
z-index: 1;
}
:root[data-platform="android"] #clawdis-canvas {
background:
radial-gradient(1100px 800px at 20% 15%, rgba(42, 113, 255, 0.78), rgba(0,0,0,0) 58%),
radial-gradient(900px 650px at 82% 28%, rgba(255, 0, 138, 0.66), rgba(0,0,0,0) 62%),
radial-gradient(1000px 900px at 60% 88%, rgba(0, 209, 255, 0.58), rgba(0,0,0,0) 62%),
#141c33;
}
#clawdis-status {
position: fixed;
inset: 0;

View File

@@ -103,6 +103,13 @@
touch-action: none;
z-index: 1;
}
:root[data-platform="android"] #clawdis-canvas {
background:
radial-gradient(1100px 800px at 20% 15%, rgba(42, 113, 255, 0.78), rgba(0,0,0,0) 58%),
radial-gradient(900px 650px at 82% 28%, rgba(255, 0, 138, 0.66), rgba(0,0,0,0) 62%),
radial-gradient(1000px 900px at 60% 88%, rgba(0, 209, 255, 0.58), rgba(0,0,0,0) 62%),
#141c33;
}
#clawdis-status {
position: fixed;
inset: 0;