diff --git a/python-backend/.gitignore b/python-backend/.gitignore index b60d1fc..258c6ae 100644 --- a/python-backend/.gitignore +++ b/python-backend/.gitignore @@ -1,2 +1,4 @@ config.yml +tippen-curriculum.yml +tippen-progress.json /.musicmouse-cache diff --git a/web/src/components/BrowseView.tsx b/web/src/components/BrowseView.tsx index 65fe7d6..3dfacf3 100644 --- a/web/src/components/BrowseView.tsx +++ b/web/src/components/BrowseView.tsx @@ -30,6 +30,7 @@ import { rowTint, SHOW_ROW_ICONS, SHOW_ROW_TITLES, + TAB_RAIL_CLEARANCE, } from "../lib/theme"; import { Cover } from "./Cover"; @@ -142,7 +143,9 @@ export function BrowseView({