diff --git a/TODO.md b/TODO.md index 69396ff..0294070 100644 --- a/TODO.md +++ b/TODO.md @@ -12,7 +12,7 @@ - [x] Event log button should be the same size and position when expanded and collapsed in all screens - [x] Align the "Current Difficulty" and "Successes" boxes - [x] Don't have dev mode toggling appear in the event log -- [ ] Remove display of current deck size +- [x] Remove display of current deck size - [ ] Voting status in the between-scenes phase should be visual, not text-based - [ ] Players should be able to see who they voted for - [ ] The "ready" button between scenes is redundant. Allow players to vote, and allow them to change their vote, but once all players have voted, display the result and move on diff --git a/frontend/src/assets/css/scene-play.css b/frontend/src/assets/css/scene-play.css index f8ac909..fb84858 100644 --- a/frontend/src/assets/css/scene-play.css +++ b/frontend/src/assets/css/scene-play.css @@ -221,11 +221,7 @@ padding-bottom: 0; } -.deck-counter { - font-size: 0.85rem; - color: var(--accent); - font-weight: 700; -} + /* --- Obstacles --- */ .obstacles-container { diff --git a/frontend/src/components/ScenePhase.svelte b/frontend/src/components/ScenePhase.svelte index b032e93..6395bf6 100644 --- a/frontend/src/components/ScenePhase.svelte +++ b/frontend/src/components/ScenePhase.svelte @@ -56,7 +56,6 @@