Skip to content

Commit

Permalink
fix mobile responsive layout for habit and task list
Browse files Browse the repository at this point in the history
  • Loading branch information
dohsimpson committed Jan 28, 2025
1 parent 7065d56 commit 363b31e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 0.1.30

### Fixed

- fix responsive layout on mobile for habits and wishlist when has archived items

## Version 0.1.29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion components/HabitList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function HabitList() {

{archivedHabits.length > 0 && (
<>
<div className="col-span-2 relative flex items-center my-6">
<div className="col-span-1 sm:col-span-2 relative flex items-center my-6">
<div className="flex-grow border-t border-gray-300 dark:border-gray-600" />
<span className="mx-4 text-sm text-gray-500 dark:text-gray-400">Archived</span>
<div className="flex-grow border-t border-gray-300 dark:border-gray-600" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "habittrove",
"version": "0.1.29",
"version": "0.1.30",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down

0 comments on commit 363b31e

Please sign in to comment.