mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-25 01:17:20 +00:00
modified: android/app/src/main/java/com/aethex/os/MainActivity.java
This commit is contained in:
parent
98159927b7
commit
711efba2da
2 changed files with 2 additions and 3 deletions
|
|
@ -75,4 +75,3 @@ public class MainActivity extends BridgeActivity {
|
||||||
webView.loadUrl("file:///android_asset/public/index.html");
|
webView.loadUrl("file:///android_asset/public/index.html");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -986,8 +986,8 @@ export default function AeThexOS() {
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
>
|
>
|
||||||
{/* Animated background grid */}
|
{/* Animated background grid */}
|
||||||
<div className="absolute inset-0 opacity-10">
|
<div className="absolute inset-0 opacity-10 pointer-events-none">
|
||||||
<div className="absolute inset-0" style={{
|
<div className="absolute inset-0 pointer-events-none" style={{
|
||||||
backgroundImage: `linear-gradient(${isFoundation ? 'rgba(220,38,38,0.3)' : 'rgba(59,130,246,0.3)'} 1px, transparent 1px),
|
backgroundImage: `linear-gradient(${isFoundation ? 'rgba(220,38,38,0.3)' : 'rgba(59,130,246,0.3)'} 1px, transparent 1px),
|
||||||
linear-gradient(90deg, ${isFoundation ? 'rgba(220,38,38,0.3)' : 'rgba(59,130,246,0.3)'} 1px, transparent 1px)`,
|
linear-gradient(90deg, ${isFoundation ? 'rgba(220,38,38,0.3)' : 'rgba(59,130,246,0.3)'} 1px, transparent 1px)`,
|
||||||
backgroundSize: '50px 50px',
|
backgroundSize: '50px 50px',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue