This commit is contained in:
legop3
2025-12-21 06:01:22 -05:00
parent a1fef27a59
commit 0be105e9dd
4 changed files with 12 additions and 3 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -11,8 +11,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
<title>Multi Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-DBT3txYl.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BpKtN3Ry.css">
<script type="module" crossorigin src="/assets/index-jkAqWJYz.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DpzaTbCt.css">
</head>
<body>
<div id="root"></div>
+9
View File
@@ -19,6 +19,15 @@ body {
scrollbar-color: #3b82f6 rgba(255, 255, 255, 0.08);
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
*::-webkit-scrollbar {
width: 1px;
height: 1px;