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; */ -}