From 2f2df10ac7a27acbabab55cd6b332d461a99ba6b Mon Sep 17 00:00:00 2001 From: Christian Lawson-Perfect Date: Mon, 10 Feb 2025 11:33:34 +0000 Subject: [PATCH] remove "new think" from the index page I always use the templates --- thinks/static/thinks/think-editor.css | 2 ++ thinks/templates/thinks/index.html | 32 +++++++++++++-------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/thinks/static/thinks/think-editor.css b/thinks/static/thinks/think-editor.css index bf887cd..26e9476 100644 --- a/thinks/static/thinks/think-editor.css +++ b/thinks/static/thinks/think-editor.css @@ -249,6 +249,8 @@ input { flex-direction: column; grid-area: preview; + background: white; + &[open] { flex-grow: 1; flex-shrink: 1; diff --git a/thinks/templates/thinks/index.html b/thinks/templates/thinks/index.html index 4b7cba1..85322de 100644 --- a/thinks/templates/thinks/index.html +++ b/thinks/templates/thinks/index.html @@ -32,22 +32,20 @@

Thinks

-

New think

- {% regroup thinks by category as categories %} - - + {% regroup thinks by category as categories %} +
{% endblock main %}