mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 22:27:19 +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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -986,8 +986,8 @@ export default function AeThexOS() {
|
|||
tabIndex={0}
|
||||
>
|
||||
{/* Animated background grid */}
|
||||
<div className="absolute inset-0 opacity-10">
|
||||
<div className="absolute inset-0" style={{
|
||||
<div className="absolute inset-0 opacity-10 pointer-events-none">
|
||||
<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),
|
||||
linear-gradient(90deg, ${isFoundation ? 'rgba(220,38,38,0.3)' : 'rgba(59,130,246,0.3)'} 1px, transparent 1px)`,
|
||||
backgroundSize: '50px 50px',
|
||||
|
|
|
|||
Loading…
Reference in a new issue