From 06e83668e03f2beb518a6e414ca6932c7408fef6 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sun, 3 Mar 2024 01:31:17 -0300 Subject: [PATCH] lol --- index.html | 85 ++++++++++++++++++++--------------- src/components/ContentLog.tsx | 2 +- src/components/Filters.tsx | 6 +-- 3 files changed, 53 insertions(+), 40 deletions(-) diff --git a/index.html b/index.html index b0e6269..905675b 100644 --- a/index.html +++ b/index.html @@ -2,47 +2,60 @@ - - - - - rustlog - - - + body { + margin: 0; + padding: 0; + /* background: var(--bg); */ + font-family: Helvetica, Arial, sans-serif; + height: 100%; + width: 100%; + } + + * { + box-sizing: border-box; + } + - -
- + +
+ \ No newline at end of file diff --git a/src/components/ContentLog.tsx b/src/components/ContentLog.tsx index 3a8f1a9..b24afe3 100644 --- a/src/components/ContentLog.tsx +++ b/src/components/ContentLog.tsx @@ -15,7 +15,7 @@ const ContentLogContainer = styled.ul` .search { position: absolute; top: -52px; - width: 320px; + width: 420px; left: 0; } diff --git a/src/components/Filters.tsx b/src/components/Filters.tsx index 3af91e6..baf0852 100644 --- a/src/components/Filters.tsx +++ b/src/components/Filters.tsx @@ -6,7 +6,7 @@ import styled from "styled-components"; import { useChannels } from "../hooks/useChannels"; import { store } from "../store"; import { Docs } from "./Docs"; -import { Optout } from "./Optout"; +// import { Optout } from "./Optout"; import { Settings } from "./Settings"; const FiltersContainer = styled.form` @@ -64,10 +64,10 @@ export function Filters() { renderInput={(params) => } /> - + - + {/* */} } \ No newline at end of file