chore: add padding to bottom of vocab list view so practice button doesn't block last vocab entries (#5132)

This commit is contained in:
ggurdin 2026-01-08 11:18:08 -05:00 committed by GitHub
parent 69fbe58378
commit 8a669b75e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -235,6 +235,7 @@ class VocabAnalyticsListView extends StatelessWidget {
childCount: _filteredVocab!.length,
),
),
const SliverToBoxAdapter(child: SizedBox(height: 75.0)),
],
),
),