fix: make android canvas background visible
This commit is contained in:
@@ -101,6 +101,13 @@
|
|||||||
touch-action: none;
|
touch-action: none;
|
||||||
z-index: 1;
|
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 {
|
#clawdis-status {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
|||||||
@@ -103,6 +103,13 @@
|
|||||||
touch-action: none;
|
touch-action: none;
|
||||||
z-index: 1;
|
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 {
|
#clawdis-status {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user