Amogus cleanup
This commit is contained in:
@@ -60,16 +60,9 @@ export default function Dashboard() {
|
||||
<Weather />
|
||||
</Card>
|
||||
|
||||
<div
|
||||
className={classNames(
|
||||
style.bouncingWindow,
|
||||
style.hidden,
|
||||
)}
|
||||
>
|
||||
<Card icon="🍁" name="420">
|
||||
<FourTwenty />
|
||||
</Card>
|
||||
</div>
|
||||
<Card icon="🍁" name="420">
|
||||
<FourTwenty />
|
||||
</Card>
|
||||
</CardRow>
|
||||
|
||||
<Card icon="🔔" name="Terminal" active={true}>
|
||||
|
||||
@@ -25,30 +25,3 @@
|
||||
.night {
|
||||
background-color: #2a3f55;
|
||||
}
|
||||
|
||||
.amogus {
|
||||
z-index: 100;
|
||||
position: absolute;
|
||||
scale: 60%;
|
||||
animation:
|
||||
x 10s linear infinite alternate,
|
||||
y 7s linear infinite alternate;
|
||||
}
|
||||
|
||||
@keyframes x {
|
||||
from {
|
||||
left: 0;
|
||||
}
|
||||
to {
|
||||
left: calc(100vw - 70px);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes y {
|
||||
from {
|
||||
top: 0;
|
||||
}
|
||||
to {
|
||||
top: calc(100vh - 90px);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user