From 050e92133fd87f96e1b02b50a9ba85abb8d298de Mon Sep 17 00:00:00 2001 From: zichongxu-ustc Date: Mon, 30 Sep 2024 19:41:18 +0800 Subject: [PATCH] Component upload --- .gitignore | 3 ++- src/sidebar.css | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6c2fc2a..4f0eaf7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules/ save.txt save.eft tset.html -public/ \ No newline at end of file +public/ +*.txt \ No newline at end of file diff --git a/src/sidebar.css b/src/sidebar.css index d119b6c..58b1507 100644 --- a/src/sidebar.css +++ b/src/sidebar.css @@ -114,9 +114,6 @@ a { flex-direction: column; } -.sidebar-sub-toggle:checked { - /* display: flex; */ -}