remove silly background
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m35s

This commit is contained in:
2026-03-05 17:35:25 +00:00
parent aa3f0a189d
commit 7aa62659e5

View File

@@ -22,14 +22,16 @@ import Consumption from "./Consumption.vue";
</script> </script>
<template> <template>
<main class="bg-random justify-center flex flex-row w-full h-full"> <main class="halftone justify-center flex flex-row w-full h-full">
<div class="h-fit flex flex-row"> <div class="h-fit flex flex-row">
<div <div
class="sidebar border-children background-children place-content-between flex-1 flex flex-col m-10 w-60" class="sidebar border-children background-children place-content-between flex-1 flex flex-col m-10 w-60"
> >
<Miku /> <Miku />
</div> </div>
<div class="a4page-portrait homeGrid relative background-children border-children bdr-1"> <div
class="a4page-portrait homeGrid relative background-children border-children bdr-1"
>
<!-- <Intro class="intro" /> --> <!-- <Intro class="intro" /> -->
<Intro2 class="intro" /> <Intro2 class="intro" />
<!-- <BadApple class="intro" /> --> <!-- <BadApple class="intro" /> -->
@@ -45,17 +47,13 @@ import Consumption from "./Consumption.vue";
<div <div
class="sidebar place-content-between flex-1 flex flex-col m-10 w-60" class="sidebar place-content-between flex-1 flex flex-col m-10 w-60"
> >
<div class="flex flex-col background-children border-children flex-1 gap-2"> <div
<Time class="flex flex-col background-children border-children flex-1 gap-2"
class="text-center" >
/> <Time class="text-center" />
<Timer /> <Timer />
<Radio <Radio class="text-center" />
class="text-center" <CommitHistory class="text-center" />
/>
<CommitHistory
class=" text-center"
/>
<!-- <Elle class="flex-1" /> --> <!-- <Elle class="flex-1" /> -->
<!-- <Chat class="bdr-2 bg-bg_primary" /> --> <!-- <Chat class="bdr-2 bg-bg_primary" /> -->
@@ -88,7 +86,6 @@ import Consumption from "./Consumption.vue";
grid-template-rows: repeat(10, 1fr); grid-template-rows: repeat(10, 1fr);
} }
@media (max-width: 850px) { @media (max-width: 850px) {
.homeGrid { .homeGrid {
width: 100%; width: 100%;